mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
wasm_interp: implement calls with arguments
This commit is contained in:
parent
3aeab0dbd7
commit
6523b38847
5 changed files with 160 additions and 74 deletions
|
@ -4,5 +4,5 @@ mod value_stack;
|
|||
|
||||
// Exposed for testing only. Should eventually become private.
|
||||
pub use call_stack::CallStack;
|
||||
pub use execute::ExecutionState;
|
||||
pub use execute::{Action, ExecutionState};
|
||||
pub use value_stack::ValueStack;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue