wasm_interp: move tests inside the crate

This commit is contained in:
Brian Carroll 2022-12-02 07:54:13 +00:00
parent 42a15d07b3
commit ffd35f5884
No known key found for this signature in database
GPG key ID: 5C7B2EC4101703C0
9 changed files with 18 additions and 8 deletions

View file

@ -1,6 +1,7 @@
mod call_stack;
mod instance;
pub mod test_utils;
mod tests;
mod value_stack;
pub mod wasi;