roc/crates/wasm_interp/src
2022-12-02 08:02:27 +00:00
..
tests wasm_interp: move test_utils into tests/mod.rs 2022-12-02 08:02:23 +00:00
call_stack.rs wasm_interp: fix implicit return for calls inside blocks 2022-11-26 16:23:48 +00:00
instance.rs wasm_interp: Just don't support non-function imports! I've never seen them anyway. 2022-12-02 07:47:49 +00:00
lib.rs wasm_interp: don't expose internal types 2022-12-02 08:02:27 +00:00
main.rs wasm_interp: Handle calls to imports 2022-12-01 20:41:38 +00:00
value_stack.rs wasm_interp: Implement lots of i64 ops by copy-pasting from i32 2022-11-28 17:10:28 +00:00
wasi.rs clippy 2022-12-01 21:56:59 +00:00