roc/crates/wasm_interp
Brian Carroll caedb9060b
wasm_interp: remove CallStack, create Frame, & share value storage for stack and locals
This allows us to do calls without moving arguments from one place to another
2022-12-17 20:52:19 +00:00
..
src wasm_interp: remove CallStack, create Frame, & share value storage for stack and locals 2022-12-17 20:52:19 +00:00
Cargo.toml wasm_interp: implement WASI random_get & refactor default imports 2022-12-16 14:52:05 +00:00