fizzy
Wasm interpreter
An interpreter for WebAssembly binaries written in C++
Fizzy aims to be a fast, deterministic, and pedantic WebAssembly interpreter written in C++.
217 stars
14 watching
34 forks
Language: C++
last commit: about 1 year ago
Linked from 1 awesome list
blockchaincpphacktoberfestinterpreterrustwasmwebassembly
Related projects:
Repository | Description | Stars |
---|---|---|
wasmi-labs/wasmi | An efficient and lightweight WebAssembly interpreter with a focus on constrained and embedded systems. | 1,614 |
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/wac | A WebAssembly interpreter written in C that supports compilation from languages like C and JavaScript. | 472 |
poemm/pywebassembly | A Python implementation of the WebAssembly interpreter. | 13 |
kanaka/warpy | An interpreter and runtime environment for WebAssembly in RPython | 66 |
webassembly/wasm-c-api | An API that allows embedding a WebAssembly interpreter in C/C++ applications | 551 |
fengb/wazm | An experimental compiler and runtime for executing WebAssembly code in Zig | 115 |
mafintosh/webassembly-binary-toolkit | A toolkit for compiling and utilizing WebAssembly binaries from source. | 59 |
feneric/nim-wasm-helpers | A toolset for building and testing WebAssembly code using Nim. | 28 |
naqvis/wasmer-crystal | A WebAssembly runtime for executing Crystal code in a sandboxed environment. | 93 |
tessi/wasmex | Enables Elixir to run WebAssembly code safely and efficiently | 555 |
cretz/asmble | Compiles WebAssembly to JVM bytecode and provides utilities for working with WASM code. | 634 |
renatoathaydes/wasm-on-jvm | A Gradle plugin to easily compile WebAssembly (WASM) files into JVM bytecode. | 24 |
spy/haskell-wasm | A Haskell toolkit for generating and interpreting WebAssembly code from Haskell source | 151 |