wasm_interp: create a test_utils module

This commit is contained in:
Brian Carroll 2022-11-27 22:08:37 +00:00
parent e3df393a22
commit eeca876421
No known key found for this signature in database
GPG key ID: 5C7B2EC4101703C0
3 changed files with 66 additions and 29 deletions

View file

@ -1,5 +1,6 @@
mod call_stack;
mod execute;
pub mod test_utils;
mod value_stack;
// Exposed for testing only. Should eventually become private.