Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vshymanskyy authored Sep 5, 2024
1 parent a589d0e commit a249f71
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ Convert `WebAssembly` binary into a `MicroPython` module and load it dynamically
> [!IMPORTANT]
> **This is a Proof-of-Concept, not optimized or ready for actual use.**
| App \ Target | x86 | x64 | armv6m | armv7m | esp8266 | esp32 |
|-------------------|-------|-------|---------|--------|----------|------------|
| πŸš€ TypeScriptΒΉ | 🟒 | 🟒 | 🟒 | 🟒 | πŸŸ₯ | 🟒 |
| 🀩 C++ | 🟒 | 🟒 | 🟒 | 🟒 | πŸŸ₯ | 🟒 |
| πŸ¦€ Rust | 🟒 | 🟒 | 🟒 | 🟒 | πŸŸ₯ | ⏳ |
| πŸ€– TinyGo | 🟒 | 🟒 | 🟒 | 🟒 | πŸŸ₯ | 🟒 |
| ✨ Virgil | 🟒 | 🟒 | 🟒 | 🟒 | 🟒 | 🟒 |
| βš™ WAT | 🟒 | 🟒 | 🟒 | 🟒 | 🟒 | 🟒 |
| ⚑ Zig | 🟒 | 🟒 | 🟒 | 🟒 | πŸŸ₯ | 🟒 |
| πŸ‡¨ Coremark | 🟒 | 🟒 | ⏳ | 🟒 | πŸŸ₯ | 🟒 |
| App \ Target | x86 | x64 | armv6m | armv7m | esp8266 | esp32 | rv32imc |
|-------------------|-------|-------|---------|--------|----------|------------|---------|
| πŸš€ TypeScriptΒΉ | 🟒 | 🟒 | 🟒 | 🟒 | πŸŸ₯ | 🟒 | ⏳ |
| 🀩 C++ | 🟒 | 🟒 | 🟒 | 🟒 | πŸŸ₯ | 🟒 | ⏳ |
| πŸ¦€ Rust | 🟒 | 🟒 | 🟒 | 🟒 | πŸŸ₯ | ⏳ | ⏳ |
| πŸ€– TinyGo | 🟒 | 🟒 | 🟒 | 🟒 | πŸŸ₯ | 🟒 | ⏳ |
| ✨ Virgil | 🟒 | 🟒 | 🟒 | 🟒 | 🟒 | 🟒 | ⏳ |
| βš™ WAT | 🟒 | 🟒 | 🟒 | 🟒 | 🟒 | 🟒 | ⏳ |
| ⚑ Zig | 🟒 | 🟒 | 🟒 | 🟒 | πŸŸ₯ | 🟒 | ⏳ |
| πŸ‡¨ Coremark | 🟒 | 🟒 | ⏳ | 🟒 | πŸŸ₯ | 🟒 | ⏳ |

ΒΉ AssemblyScript

Expand Down

0 comments on commit a249f71

Please sign in to comment.