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.

GitHub

55 stars
3 watching
11 forks
Language: Zig
last commit: 7 months ago
Linked from 3 awesome lists

typescriptwasmwebassemblyzig

Backlinks from these awesome lists:

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 to test and modify WebAssembly documentation 1,143
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 116
shritesh/zig-wasm-dom Demonstrates interaction between Zig language and web-based Document Object Model (DOM) via WebAssembly. 146
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. 532
malcolmstill/zware Executes WebAssembly programs embedded in Zig programs 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 WebAssembly interpreter with a focus on constrained and embedded systems. 1,633
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