rpython
WASM compiler
A tool that compiles Python code to WASM using RPython
WASM compatible RPython fork
30 stars
5 watching
1 forks
Language: Python
last commit: over 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
soiu/tpython | A tiny, ahead-of-time compiled Python implementation designed to translate Pythonic++ to WASM. | 6 |
vshymanskyy/wasm2mpy | A tool for compiling WebAssembly code into native MicroPython modules for embedded systems. | 122 |
ethereum/py-wasm | An implementation of the Web Assembly interpreter in Python. | 105 |
kanaka/warpy | An interpreter and runtime environment for WebAssembly in RPython | 66 |
wasmerio/wasmer-python | An runtime environment for executing WebAssembly modules in Python. | 2,023 |
ljulliar/rlang | A compiler that converts a Ruby-like language into efficient WebAssembly code | 38 |
spy/haskell-wasm | A Haskell toolkit for generating and interpreting WebAssembly code from Haskell source | 151 |
renatoathaydes/wasm-on-jvm | A Gradle plugin to easily compile WebAssembly (WASM) files into JVM bytecode. | 24 |
stefano/wasm-forth | An implementation of the Forth programming language compiled to WebAssembly | 144 |
shortercode/radiance | A compiler for a new language designed to compile to WebAssembly with the goal of providing safer and more concise code than JavaScript. | 20 |
dave/wasmgo | Compiles Go code to WASM and deploys it to a CDN for web hosting | 145 |
mohanson/pywasm | An interpreter for WebAssembly modules written in pure Python. | 450 |
keno/julia-wasm | An experimental project that aims to compile Julia, a high-level programming language, into WebAssembly (WASM) format. | 334 |
cretz/asmble | Compiles WebAssembly to JVM bytecode and provides utilities for working with WASM code. | 634 |
ruby/ruby.wasm | A collection of WebAssembly ports of the CRuby interpreter | 686 |