wazm
WASM compiler
An experimental compiler and runtime for executing WebAssembly code in Zig
Web Assembly Zig Machine
115 stars
6 watching
7 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 binaries into machine code for execution on various CPU architectures. | 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. | 59 |
stisa/nwasm | An experimental web assembly backend for the Nim programming language | 48 |
malcolmstill/zware | A runtime engine for executing WebAssembly programs within Zig language | 293 |
cretz/asmble | Compiles WebAssembly to JVM bytecode and provides utilities for working with WASM code. | 634 |
wasmi-labs/wasmi | An efficient and lightweight WebAssembly interpreter with a focus on constrained and embedded systems. | 1,620 |
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++ | 217 |
kanaka/wac | A WebAssembly interpreter written in C that supports compilation from languages like C and JavaScript. | 472 |