zig-wasm-test
Wasm example
An example project demonstrating Web Assembly compilation and execution using Zig
A minimal Web Assembly example using Zig's build system.
55 stars
3 watching
11 forks
Language: Zig
last commit: 5 months ago
Linked from 3 awesome lists
typescriptwasmwebassemblyzig
Related projects:
Repository | Description | Stars |
---|---|---|
zigwasm/wasmer-zig | Provides bindings for embedding a WebAssembly runtime into Zig programs. | 53 |
mdn/webassembly-examples | Provides code examples and tools for testing and modifying WebAssembly documentation | 1,135 |
zigwasm/wasm-zig | C API bindings for WebAssembly runtime | 27 |
zigwasm/wasmtime-zig | Embeds the Wasmtime runtime into a Zig program | 83 |
fengb/wazm | An experimental compiler and runtime for executing WebAssembly code in Zig | 115 |
shritesh/zig-wasm-dom | Demonstrates interaction between Zig language and web-based Document Object Model (DOM) via WebAssembly. | 142 |
smokku/gwg-bindgen | An experiment demonstrating connection between WebAssembly and JavaScript using wasm-bindgen | 2 |
bzar/wasm-intro | A collection of simple examples demonstrating various aspects of WebAssembly development. | 43 |
kotlin/kotlin-wasm-examples | A collection of examples demonstrating how to use Kotlin/Wasm for building web and server-side applications. | 524 |
malcolmstill/zware | A runtime engine for executing WebAssembly programs within Zig language | 293 |
area9innovation/wase | Makes WebAssembly easy to write and compile by providing a friendly language with conventional syntax and type inference | 45 |
ashleygwilliams/wasm-pack | A tool for building and working with Rust-generated WebAssembly packages | 1 |
wasmi-labs/wasmi | An efficient and lightweight WebAssembly interpreter with a focus on constrained and embedded systems. | 1,620 |
raphamorim/xwasm | Tools and utilities for building and managing WebAssembly projects in modern frontend development | 56 |
spy/haskell-wasm | A Haskell toolkit for generating and interpreting WebAssembly code from Haskell source | 151 |