From 9ceb3b515371ace99048fc544eee36282d59805f Mon Sep 17 00:00:00 2001 From: Volodymyr Shymanskyy Date: Sun, 13 Oct 2024 18:17:47 +0300 Subject: [PATCH] Add wasm2mpy --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index fdd5419..ddd5ff1 100644 --- a/readme.md +++ b/readme.md @@ -1185,6 +1185,7 @@ Other places you can look for MicroPython Libraries: * [micropython-extmod-generator](https://github.com/prusnak/micropython-extmod-generator) - Generator for MicroPython external modules written in C. * [micropython-package-template](https://github.com/brainelectronics/micropython-package-template) - GitHub workflow supported MicroPython package template with deploys to the [Python Package Index](https://pypi.org/) on a push to the main branch and test deploys to the [Test Python Package Index](https://test.pypi.org/) on PRs. * [micropython-usermod](https://micropython-usermod.readthedocs.io) - Online book about MicroPython external modules writen in C. +* [wasm2mpy](https://github.com/vshymanskyy/wasm2mpy) - Compile WebAssembly to native MicroPython `.mpy` files. Allows writing code in various statically compiled languages, and translating them to C for near-native performance. ### Debugging