Skip to content

Commit 27fee10

Browse files
authored
Update README.md
1 parent ee2a64e commit 27fee10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Convert `WebAssembly` binary into a `MicroPython` module and load it dynamically
2121

2222
[^1]: [AssemblyScript](https://www.assemblyscript.org)
2323
[^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])
24-
[^3]: `armv6m` depends on [Support modules larger than 4KiB](https://github.com/micropython/micropython/pull/12241)
24+
[^3]: `armv6m` depends on [jumping more than 2k](https://github.com/micropython/micropython/pull/15812)
2525
[^4]: not enough memory to run, need to wait for [`WASM Custom Page Sizes`][1]
2626

2727
## Compile

0 commit comments

Comments
 (0)