wasm_interp: create call_stack module

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

View file

@ -1,3 +1,4 @@
mod call_stack;
mod value_stack;
#[derive(Debug, Clone, Copy)]