Skip to content

Commit

Permalink
Merge pull request #166 from vshymanskyy/patch-2
Browse files Browse the repository at this point in the history
Add wasm2mpy
  • Loading branch information
mcauser authored Oct 23, 2024
2 parents 7f164bd + 9ceb3b5 commit 77bf71a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 77bf71a

Please sign in to comment.