mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
wasm_interp: create call_stack module
This commit is contained in:
parent
b0e89dd386
commit
08e9fb65a6
2 changed files with 110 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
mod call_stack;
|
||||
mod value_stack;
|
||||
|
||||
#[derive(Debug, Clone, Copy)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue