py-wasm
WASM interpreter
An implementation of the Web Assembly interpreter in Python.
A python implementation of the web assembly interpreter
105 stars
14 watching
22 forks
Language: Python
last commit: almost 2 years ago
Linked from 1 awesome list
pythonwasm
Related projects:
Repository | Description | Stars |
---|---|---|
poemm/pywebassembly | A Python implementation of the WebAssembly interpreter. | 13 |
mohanson/pywasm | An interpreter for WebAssembly modules written in pure Python. | 450 |
wasmi-labs/wasmi | An efficient and lightweight WebAssembly interpreter with a focus on constrained and embedded systems. | 1,620 |
kanaka/warpy | An interpreter and runtime environment for WebAssembly in RPython | 66 |
wasmx/fizzy | An interpreter for WebAssembly binaries written in C++ | 217 |
vshymanskyy/wasm2mpy | A tool for compiling WebAssembly code into native MicroPython modules for embedded systems. | 122 |
soiu/rpython | A tool that compiles Python code to WASM using RPython | 30 |
wasmerio/wasmer-python | An runtime environment for executing WebAssembly modules in Python. | 2,023 |
spy/haskell-wasm | A Haskell toolkit for generating and interpreting WebAssembly code from Haskell source | 151 |
rust-ethereum/evm | A flexible, customizable, and portable implementation of the Ethereum Virtual Machine | 1,190 |
wasmerio/wasmer-postgres | A WebAssembly runtime for Postgres that allows executing WebAssembly binaries in a sandboxed environment | 412 |
ruby/ruby.wasm | A collection of WebAssembly ports of the CRuby interpreter | 690 |
kanaka/wac | A WebAssembly interpreter written in C that supports compilation from languages like C and JavaScript. | 472 |
ethereum/evmlab | Utilities for interacting with the Ethereum virtual machine | 366 |
pipermerriam/py-evm | A Python implementation of the Ethereum Virtual Machine. | 40 |