Skip to content

Commit 573c06b

Browse files
authored
Update README.md
1 parent 21316de commit 573c06b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ Convert `WebAssembly` binary into a `MicroPython` module and load it dynamically
1818
| ⚙ WAT | ✅✅ || ✅✅✅ | 🟡 || 🚧 |
1919
| 🇨 Coremark | ✅✅ | 🚧 | ✅✅✅ | 🟡 || 🚧 |
2020

21-
✅ runs OK | 🟡 builds OK, doesn't run | 🚧 work in progress
21+
✅ runs OK
22+
🟡 builds OK, doesn't run
23+
🚧 work in progress
2224

2325
[^1]: [AssemblyScript](https://www.assemblyscript.org)
2426
[^2]: `esp8266` requires the use of [`esp.set_native_code_location`](https://github.com/micropython/micropython/issues/14430#issuecomment-2332648018), and setting `WASM_PAGE_SIZE` to `8192` (or need to wait for [`WASM Custom Page Sizes`][1])
@@ -29,7 +31,8 @@ Convert `WebAssembly` binary into a `MicroPython` module and load it dynamically
2931

3032
You'll need:
3133

32-
- Python 3 + `pip install --upgrade pyelftools ar`
34+
- Python 3
35+
- `pip install --upgrade pyelftools ar`
3336
- `wasm2c` from [WABT](https://github.com/WebAssembly/wabt/releases/tag/1.0.36)
3437
- Latest [MicroPython](https://github.com/micropython/micropython) source code
3538
- Target architecture toolchain

0 commit comments

Comments
 (0)