mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
wasm_interp: Tests for ExecutionState
This commit is contained in:
parent
26cce05bbe
commit
3d7fb380a5
5 changed files with 720 additions and 11 deletions
|
@ -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)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue