Brian Carroll
|
ef69170b88
|
wasm_interp: fix typo bug in WASI random_get
|
2022-12-17 20:49:25 +00:00 |
|
Brian Carroll
|
3588e57c6a
|
clippy
|
2022-12-16 16:22:52 +00:00 |
|
Brian Carroll
|
27f2050d10
|
wasm_interp: implement WASI fd_read
|
2022-12-16 14:52:11 +00:00 |
|
Brian Carroll
|
3ef171e620
|
wasm_interp: support fake files in WASI
|
2022-12-16 14:52:11 +00:00 |
|
Brian Carroll
|
ca0f159386
|
wasm_interp: allow WASI to take bytes rather than strings for argv
|
2022-12-16 14:52:10 +00:00 |
|
Brian Carroll
|
b7fef386ee
|
wasm_interp: implement WASI random_get & refactor default imports
|
2022-12-16 14:52:05 +00:00 |
|
Brian Carroll
|
0acf55137f
|
wasm_interp: remove unnecessary &mut from read_i32/read_u32
|
2022-12-14 08:42:01 +00:00 |
|
Brian Carroll
|
d43129d578
|
wasm_interp: code comment about empty implementation of WASI clock functions
|
2022-12-09 23:20:50 +00:00 |
|
Brian Carroll
|
9d912a6cc7
|
wasm_interp: don't panic when unwrapping Value
|
2022-12-06 20:19:25 +00:00 |
|
Brian Carroll
|
aa76634751
|
wasm_interp: implement WASI proc_exit
|
2022-12-06 08:59:17 +00:00 |
|
Brian Carroll
|
284dc6fa51
|
wasm_interp: support WASI argc/argv, and writing to stdout/stderr
|
2022-12-05 22:16:27 +00:00 |
|
Brian Carroll
|
0cf2f4f9e4
|
clippy
|
2022-12-01 21:56:59 +00:00 |
|
Brian Carroll
|
b10ac827f1
|
wasm_interp: simplified ImportDispatcher
We don't really need a trait for the 'import module' concept.
|
2022-12-01 08:47:32 +00:00 |
|
Brian Carroll
|
ec8950816a
|
wasm_interp: expose both call_export_from_cli and call_export (for library usage)
|
2022-11-30 23:20:58 +00:00 |
|
Brian Carroll
|
7ddff49691
|
wasm_interp: possible design for imports, using enum dispatch
|
2022-11-30 07:25:38 +00:00 |
|