wazm
WASM compiler
An experimental compiler and runtime for executing WebAssembly code in Zig
Web Assembly Zig Machine
116 stars
6 watching
8 forks
Language: Zig
last commit: about 2 years ago
Linked from 1 awesome list
interpreterwasmzig
Related projects:
Repository | Description | Stars |
---|---|---|
zigwasm/wasmer-zig | Provides bindings for embedding a WebAssembly runtime into Zig programs. | 53 |
gate-computer/wag | Compiles WebAssembly into machine code for execution | 192 |
meheleventyone/zig-wasm-test | An example project demonstrating Web Assembly compilation and execution using Zig | 55 |
zigwasm/wasm-zig | C API bindings for WebAssembly runtime | 27 |
zigwasm/wasmtime-zig | Embeds the Wasmtime runtime into a Zig program | 83 |
mafintosh/webassembly-binary-toolkit | A toolkit for compiling and utilizing WebAssembly binaries from source. | 60 |
stisa/nwasm | An experimental web assembly backend for the Nim programming language | 48 |
malcolmstill/zware | Executes WebAssembly programs embedded in Zig programs | 293 |
cretz/asmble | Compiles WebAssembly to JVM bytecode and provides utilities for working with WASM code. | 637 |
wasmi-labs/wasmi | An efficient WebAssembly interpreter with a focus on constrained and embedded systems. | 1,633 |
stefano/wasm-forth | An implementation of the Forth programming language compiled to WebAssembly | 144 |
area9innovation/wase | Makes WebAssembly easy to write and compile by providing a friendly language with conventional syntax and type inference | 45 |
webghc/wasm-cross | A toolchain for cross-compiling C and Haskell to WebAssembly | 141 |
wasmx/fizzy | An interpreter for WebAssembly binaries written in C++ | 219 |
kanaka/wac | A WebAssembly interpreter written in C that supports compilation from languages like C and JavaScript. | 473 |