mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
wasm_interp: possible design for imports, using enum dispatch
This commit is contained in:
parent
d0b2f9c6e1
commit
7ddff49691
2 changed files with 183 additions and 0 deletions
|
@ -2,6 +2,7 @@ mod call_stack;
|
|||
mod instance;
|
||||
pub mod test_utils;
|
||||
mod value_stack;
|
||||
mod wasi;
|
||||
|
||||
// Exposed for testing only. Should eventually become private.
|
||||
pub use call_stack::CallStack;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue