wac
Wasm interpreter
A WebAssembly interpreter written in C that supports compilation from languages like C and JavaScript.
WebAssembly interpreter in C
473 stars
23 watching
46 forks
Language: C
last commit: 4 months ago
Linked from 1 awesome list
binaryencdocker-imageemscriptengccjavascriptmvpnativereplwasmwasm-moduleswebassembly
Related projects:
Repository | Description | Stars |
---|---|---|
kanaka/warpy | An interpreter and runtime environment for WebAssembly in RPython | 66 |
mohanson/pywasm | An interpreter for WebAssembly modules written in pure Python. | 453 |
wasmi-labs/wasmi | An efficient WebAssembly interpreter with a focus on constrained and embedded systems. | 1,633 |
webassembly/wasm-c-api | An API that allows embedding a WebAssembly interpreter in C/C++ applications | 553 |
kanaka/wam | A WebAssembly macro language and processor that converts WAM syntax to standard Wat syntax and processes modules with additional features. | 64 |
wa-lang/wa | A statically typed language designed for high-performance web applications using WebAssembly | 1,313 |
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. | 60 |
webghc/wasm-cross | A toolchain for cross-compiling C and Haskell to WebAssembly | 141 |
renatoathaydes/wasm-on-jvm | A Gradle plugin to easily compile WebAssembly (WASM) files into JVM bytecode. | 24 |
gate-computer/wag | Compiles WebAssembly into machine code for execution | 192 |
poemm/pywebassembly | A Python implementation of the WebAssembly interpreter. | 13 |
spy/haskell-wasm | A Haskell toolkit for generating and interpreting WebAssembly code from Haskell source | 151 |
wasmx/fizzy | An interpreter for WebAssembly binaries written in C++ | 219 |
cretz/asmble | Compiles WebAssembly to JVM bytecode and provides utilities for working with WASM code. | 637 |