wasm_interp: tests for call_stack

This commit is contained in:
Brian Carroll 2022-11-18 08:43:57 +00:00
parent 08e9fb65a6
commit 3b0a024a56
No known key found for this signature in database
GPG key ID: 5C7B2EC4101703C0
2 changed files with 107 additions and 10 deletions

View file

@ -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),