Skip to content

Commit 778a74a

Browse files
authored
Update README.md
1 parent 057bd37 commit 778a74a

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ $ wasm-run --trace wasi-hello-world.wasm
4646

4747
## Features
4848

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

0 commit comments

Comments
 (0)