wasm_interp: Tests for ExecutionState

This commit is contained in:
Brian Carroll 2022-11-21 18:25:24 +00:00
parent 26cce05bbe
commit 3d7fb380a5
No known key found for this signature in database
GPG key ID: 5C7B2EC4101703C0
5 changed files with 720 additions and 11 deletions

View file

@ -4,6 +4,7 @@ mod value_stack;
// Exposed for testing only. Should eventually become private.
pub use call_stack::CallStack;
pub use execute::ExecutionState;
pub use value_stack::ValueStack;
#[derive(Debug, Clone, Copy, PartialEq)]