Skip to content

Commit ee2a64e

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ Convert `WebAssembly` binary into a `MicroPython` module and load it dynamically
44

55
<img width="30%" src="/logo.png">
66

7-
> [!IMPORTANT]
8-
> **This is a Proof-of-Concept, not optimized or ready for actual use.**
9-
107
| App \ Target | x86/x64 | armv6m[^3] | armv7m/+s/+d | esp8266[^2] | esp32 | rv32imc |
118
|-------------------|-----------|----------|---------|----------|------------|----------|
129
| 🚀 TypeScript[^1] | ✅✅ || ✅✅✅ | ⚠️[^4] || 🚧 |
@@ -29,6 +26,9 @@ Convert `WebAssembly` binary into a `MicroPython` module and load it dynamically
2926

3027
## Compile
3128

29+
> [!IMPORTANT]
30+
> **This is a Proof-of-Concept, not optimized or ready for actual use.**
31+
3232
You'll need:
3333

3434
- Python 3

0 commit comments

Comments
 (0)