mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
wasm_interp: create a test_utils module
This commit is contained in:
parent
e3df393a22
commit
eeca876421
3 changed files with 66 additions and 29 deletions
|
@ -1,5 +1,6 @@
|
|||
mod call_stack;
|
||||
mod execute;
|
||||
pub mod test_utils;
|
||||
mod value_stack;
|
||||
|
||||
// Exposed for testing only. Should eventually become private.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue