mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
wasm_interp: tests for call_stack
This commit is contained in:
parent
08e9fb65a6
commit
3b0a024a56
2 changed files with 107 additions and 10 deletions
|
@ -1,7 +1,7 @@
|
|||
mod call_stack;
|
||||
mod value_stack;
|
||||
|
||||
#[derive(Debug, Clone, Copy)]
|
||||
#[derive(Debug, Clone, Copy, PartialEq)]
|
||||
pub enum Value {
|
||||
I32(i32),
|
||||
I64(i64),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue