We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 573c06b commit ee2a64eCopy full SHA for ee2a64e
README.md
@@ -4,9 +4,6 @@ Convert `WebAssembly` binary into a `MicroPython` module and load it dynamically
4
5
<img width="30%" src="/logo.png">
6
7
-> [!IMPORTANT]
8
-> **This is a Proof-of-Concept, not optimized or ready for actual use.**
9
-
10
| App \ Target | x86/x64 | armv6m[^3] | armv7m/+s/+d | esp8266[^2] | esp32 | rv32imc |
11
|-------------------|-----------|----------|---------|----------|------------|----------|
12
| 🚀 TypeScript[^1] | ✅✅ | ✅ | ✅✅✅ | ⚠️[^4] | ✅ | 🚧 |
@@ -29,6 +26,9 @@ Convert `WebAssembly` binary into a `MicroPython` module and load it dynamically
29
26
30
27
## Compile
31
28
+> [!IMPORTANT]
+> **This is a Proof-of-Concept, not optimized or ready for actual use.**
+
32
You'll need:
33
34
- Python 3
0 commit comments