File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -46,12 +46,12 @@ $ wasm-run --trace wasi-hello-world.wasm
46
46
47
47
## Features
48
48
49
- ☑ Load ` wasm ` and ` wat ` files (using ` Binaryen ` )
50
- ☑ Run specific exported function
51
- ☑ Run ` wasi-snapshot-preview1 ` apps via ` --experimental-wasi-unstable-preview1 ` flag
52
- ☑ Run ` wasi-unstable ` apps (compatibility layer)
53
- ☑ ` i64 ` args, ` multi-value ` , ` bulk-memory ` , ` tail-calls ` support via experimental flags
54
- ☑ Generic imports tracing
55
- ☐ Compiled wasm caching (blocked by [ #1 ] ( https://github.com/wasm3/node-wasm-run/issues/1 ) )
56
- ☐ WASI API and structures decoding (generate from witx?)
57
- ☐ REPL mode
49
+ ☑ Load ` wasm ` and ` wat ` files (using ` Binaryen ` )
50
+ ☑ Run specific exported function
51
+ ☑ Run ` wasi-snapshot-preview1 ` apps via ` --experimental-wasi-unstable-preview1 ` flag
52
+ ☑ Run ` wasi-unstable ` apps (compatibility layer)
53
+ ☑ ` i64 ` args, ` multi-value ` , ` bulk-memory ` , ` tail-calls ` support via experimental flags
54
+ ☑ Generic imports tracing
55
+ ☐ Compiled wasm caching (blocked by [ #1 ] ( https://github.com/wasm3/node-wasm-run/issues/1 ) )
56
+ ☐ WASI API and structures decoding (generate from witx?)
57
+ ☐ REPL mode
You can’t perform that action at this time.
0 commit comments