Skip to content

Commit 057bd37

Browse files
authored
Update README.md
1 parent 6b5d7f4 commit 057bd37

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-
- [x] Load `wasm` and `wat` files (using `Binaryen`)
50-
- [x] Run specific exported function
51-
- [x] Run `wasi-snapshot-preview1` apps via `--experimental-wasi-unstable-preview1` flag
52-
- [x] Run `wasi-unstable` apps (compatibility layer)
53-
- [x] `i64` args, `multi-value`, `bulk-memory`, `tail-calls` support via experimental flags
54-
- [x] 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)