micropython-wasm
WebAssembly translator
Translates MicroPython code to JavaScript for execution on WebAssembly platforms
A WebAssembly module built from the official MicroPython port
46 stars
5 watching
8 forks
Language: JavaScript
last commit: about 2 years ago
Linked from 1 awesome list
javascriptmicropythonpythonwasmwebassembly
Related projects:
Repository | Description | Stars |
---|---|---|
vshymanskyy/wasm2mpy | A tool for compiling WebAssembly code into native MicroPython modules for embedded systems. | 122 |
raphamorim/xwasm | Tools and utilities for building and managing WebAssembly projects in modern frontend development | 56 |
wasmi-labs/wasmi | An efficient and lightweight WebAssembly interpreter with a focus on constrained and embedded systems. | 1,614 |
kanaka/warpy | An interpreter and runtime environment for WebAssembly in RPython | 66 |
mohanson/pywasm | An interpreter for WebAssembly modules written in pure Python. | 450 |
renatoathaydes/wasm-on-jvm | A Gradle plugin to easily compile WebAssembly (WASM) files into JVM bytecode. | 24 |
webassembly/wasm-c-api | An API that allows embedding a WebAssembly interpreter in C/C++ applications | 551 |
kanaka/wac | A WebAssembly interpreter written in C that supports compilation from languages like C and JavaScript. | 472 |
cretz/asmble | Compiles WebAssembly to JVM bytecode and provides utilities for working with WASM code. | 634 |
webassembly/wasi-sdk | Provides a toolchain and sysroot for building WebAssembly code with WASI support | 1,275 |
tessi/wasmex | Enables Elixir to run WebAssembly code safely and efficiently | 555 |
ruby/ruby.wasm | A collection of WebAssembly ports of the CRuby interpreter | 686 |
nodeca/multimath | Simplifies creation of small CPU-intensive webassembly modules with fallback to JavaScript implementations | 71 |
xd-deng/handytools-go-webassembly | Demonstrates Go's compilation to WebAssembly and JavaScript interaction | 66 |
kojix2/cry-wasm | Accelerates Ruby code execution by compiling it to WebAssembly and executing it in a WASM runtime environment. | 29 |