Brian Carroll
|
b69be0e12d
|
wasm_interp: implement br_if and br_table
|
2022-11-25 21:41:35 +00:00 |
|
Brian Carroll
|
b96f1ffc33
|
wasm_interp: implement block and br
|
2022-11-25 19:42:10 +00:00 |
|
Brian Carroll
|
a593d19b2d
|
wasm_interp: use copy_from_slice instead of write_all
|
2022-11-25 19:41:19 +00:00 |
|
Brian Carroll
|
5f5a535aaf
|
clippy
|
2022-11-25 16:56:25 +00:00 |
|
Brian Carroll
|
2bd67a3292
|
wasm_interp: tests for memory allocation instructions
|
2022-11-25 16:51:36 +00:00 |
|
Brian Carroll
|
06f3726e35
|
wasm_interp: tests for store instructions
|
2022-11-25 16:29:37 +00:00 |
|
Brian Carroll
|
65fc079393
|
clippy
|
2022-11-25 15:46:02 +00:00 |
|
Brian Carroll
|
e08b09538e
|
wasm_interp: implement memory size instructions
|
2022-11-25 15:41:11 +00:00 |
|
Brian Carroll
|
598e62275d
|
wasm_interp: implement store instructions
|
2022-11-25 15:41:11 +00:00 |
|
Brian Carroll
|
d9a8c6f64c
|
wasm_interp: Fix parse error hex formatting
|
2022-11-25 14:51:40 +00:00 |
|
Brian Carroll
|
c6bf34dd78
|
wasm_interp: Imeplement load instructions
|
2022-11-25 10:13:13 +00:00 |
|
Brian Carroll
|
85d5f3d109
|
wasm_interp: add a --hex CLI flag
|
2022-11-25 10:12:39 +00:00 |
|
Brian Carroll
|
96bff3e304
|
wasm_module: Create DataSection::load_into
|
2022-11-25 09:19:35 +00:00 |
|
Brian Carroll
|
a0fe01dd5f
|
wasm_interp: Use an Option instead of separate bool and String
|
2022-11-25 01:28:31 +00:00 |
|
Brian Carroll
|
77ebaba4ff
|
wasm_interp: include immediates in --debug output
|
2022-11-25 01:13:32 +00:00 |
|
Brian Carroll
|
dd93e2e46f
|
wasm_interp: Print out return value(s), if any
|
2022-11-25 00:14:44 +00:00 |
|
Brian Carroll
|
9d77c474d9
|
wasm_interp: Add --debug flag
|
2022-11-25 00:14:44 +00:00 |
|
Brian Carroll
|
3d756a8fff
|
wasm_interp: Fixes to get CLI mode working
|
2022-11-25 00:14:44 +00:00 |
|
Brian Carroll
|
9d437fe3fd
|
wasm_interp: report todo! panics with file offset of the missing instruction
|
2022-11-25 00:14:44 +00:00 |
|
Brian Carroll
|
60a671362f
|
wasm_interp: Create a CLI to run .wasm files
|
2022-11-25 00:14:44 +00:00 |
|
Brian Carroll
|
6d84c85078
|
wasm_interp: Fix PR feedback
|
2022-11-25 00:14:43 +00:00 |
|
Brian Carroll
|
f10262a41d
|
clippy
|
2022-11-24 16:43:43 +00:00 |
|
Brian Carroll
|
6523b38847
|
wasm_interp: implement calls with arguments
|
2022-11-24 16:43:31 +00:00 |
|
Brian Carroll
|
3aeab0dbd7
|
wasm_interp: initial version of ExecutionState::for_module
|
2022-11-24 16:43:31 +00:00 |
|
Brian Carroll
|
235c238e36
|
Move Value from wasm_interp to wasm_module & create GlobalSection::initial_values
|
2022-11-24 16:43:31 +00:00 |
|
Brian Carroll
|
0a2f2739b2
|
wasm_interp: implement function call (no arguments yet!)
|
2022-11-24 16:43:31 +00:00 |
|
Brian Carroll
|
972d9dbb19
|
wasm_interp: implement call and return instructions
|
2022-11-24 16:43:31 +00:00 |
|
Brian Carroll
|
335497c99f
|
wasm_interp: implement globals
|
2022-11-24 16:43:31 +00:00 |
|
Brian Carroll
|
ff63831fd1
|
wasm_interp: implement local.get, local.set, and local.tee
|
2022-11-24 16:43:31 +00:00 |
|
Brian Carroll
|
92039547b6
|
wasm_interp: remove unsafe code
|
2022-11-22 00:09:38 +00:00 |
|
Brian Carroll
|
ce10199bb4
|
clippy + comments
|
2022-11-21 23:04:22 +00:00 |
|
Brian Carroll
|
3d7fb380a5
|
wasm_interp: Tests for ExecutionState
|
2022-11-21 19:54:48 +00:00 |
|
Brian Carroll
|
2ca74e5070
|
wasm_interp: create execute module
|
2022-11-21 19:54:48 +00:00 |
|
Brian Carroll
|
d038094a51
|
wasm_interp: tests for ValueStack
|
2022-11-21 19:54:48 +00:00 |
|
Brian Carroll
|
3b0a024a56
|
wasm_interp: tests for call_stack
|
2022-11-21 19:54:48 +00:00 |
|
Brian Carroll
|
08e9fb65a6
|
wasm_interp: create call_stack module
|
2022-11-21 19:54:48 +00:00 |
|
Brian Carroll
|
b0e89dd386
|
wasm_interp: new crate, with a value_stack module
|
2022-11-21 19:54:48 +00:00 |
|