pywebassembly
Wasm interpreter
A Python implementation of the WebAssembly interpreter.
A WebAssembly interpretter written in Python.
13 stars
4 watching
6 forks
Language: WebAssembly
last commit: over 4 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
mohanson/pywasm | An interpreter for WebAssembly modules written in pure Python. | 450 |
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 |
wasmi-labs/wasmi | An efficient and lightweight WebAssembly interpreter with a focus on constrained and embedded systems. | 1,614 |
kanaka/wac | A WebAssembly interpreter written in C that supports compilation from languages like C and JavaScript. | 472 |
wasmx/fizzy | An interpreter for WebAssembly binaries written in C++ | 217 |
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 |
rhysd/wain | An experimental WebAssembly interpreter written in Safe Rust with a focus on performance and memory safety. | 436 |
raphamorim/xwasm | Tools and utilities for building and managing WebAssembly projects in modern frontend development | 56 |
mafintosh/webassembly-binary-toolkit | A toolkit for compiling and utilizing WebAssembly binaries from source. | 59 |
vshymanskyy/wasm2mpy | A tool for compiling WebAssembly code into native MicroPython modules for embedded systems. | 122 |
rhysd/vim-wasm | Provides syntax highlighting and support for WebAssembly text format in Vim. | 83 |
ruby/ruby.wasm | A collection of WebAssembly ports of the CRuby interpreter | 686 |
wasmerio/wasmer-postgres | A WebAssembly runtime for Postgres that allows executing WebAssembly binaries in a sandboxed environment | 412 |