-
Notifications
You must be signed in to change notification settings - Fork 290
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
…#1327) * add wat dependency to wasmi crate * add wat::Error to Wasmi's Error type * add optional wat parsing to Module::new method * remove wat dependency from wasmi_cli * remove wat dependency from wasmi_wasi tests * remove unnecessary wat2wasm usage in benches * remove wat2wasm call from load_instance_from_wat * remove wat2wasm call in EnforcedLimits tests * remove wat2wasm usage in many_inout test * remove wat2wasm usage in e2e tests * apply clippy suggestion * make Module::new take bytes as AsRef<[u8]> * remove wat2wasm from instance tests * re-active i{i32,64}_eqz translation tests * apply rustfmt and clippy suggestions * make use of AsRef<[u8]> parameter in Module::new * replace more direct wat crate usage * remove wat usage in TranslationTest::from_wat * remove TranslationTest::from_wat This is now just the same as TranslationTest::new, so use that instead. * update Cargo.lock
- Loading branch information
Showing
66 changed files
with
599 additions
and
751 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.