Skip to content

Commit da940b5

Browse files
authored
Update README.md
1 parent f0cf846 commit da940b5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<img width="15%" src="/logo.png">
2+
13
# wasm2mpy
24

35
[![StandWithUkraine](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/badges/StandWithUkraine.svg)](https://github.com/vshymanskyy/StandWithUkraine/blob/main/docs/README.md)
@@ -7,7 +9,7 @@
79

810
Compile `WebAssembly` binary into a `MicroPython` module and load it dynamically on ESP32, Raspberry Pi Pico, STM32, nRF52 etc.
911

10-
<img width="30%" src="/logo.png">
12+
## Status
1113

1214
| App \ Target | x86/x64 | armv6m[^3] | armv7m/+s/+d | esp8266[^2] | esp32 | rv32imc |
1315
|-------------------|-----------|----------|---------|----------|------------|----------|
@@ -131,7 +133,7 @@ bytearray(b' Blink\x00\xf0\x9f\xa4\xa9 C++ is running!\x00\n\x00\x00\x00')
131133
- [ ] Auto-generate exports bindings
132134
- [x] Support imports
133135
- [x] Support memory
134-
- [ ] [Support `.a` inputs for `mpy_ld`](https://github.com/micropython/micropython/pull/15838)
136+
- [x] [Support `.a` inputs for `mpy_ld`](https://github.com/micropython/micropython/pull/15838)
135137
- [ ] TBD: Support globals
136138
- [ ] Add RISC-V support: https://github.com/micropython/micropython/pull/15603
137139
- [ ] Optimize codegen

0 commit comments

Comments
 (0)