zig-wasm-dom
Zig-DOM bridge
Demonstrates interaction between Zig language and web-based Document Object Model (DOM) via WebAssembly.
Zig + WebAssembly + JS + DOM
142 stars
5 watching
13 forks
Language: Zig
last commit: almost 2 years ago
Linked from 3 awesome lists
domwasmwebassemblyzig
Related projects:
Repository | Description | Stars |
---|---|---|
zigwasm/wasmer-zig | Provides bindings for embedding a WebAssembly runtime into Zig programs. | 53 |
zigwasm/wasm-zig | C API bindings for WebAssembly runtime | 27 |
meheleventyone/zig-wasm-test | An example project demonstrating Web Assembly compilation and execution using Zig | 55 |
shritesh/zigfmt-web | A compilation tool for formatting Zig source code into WebAssembly format | 43 |
zigwasm/wasmtime-zig | Embeds the Wasmtime runtime into a Zig program | 83 |
zig-java/jaz | A JVM implementation in Zig. | 88 |
fubark/zig-v8 | Builds and provides C bindings and a Zig API for the V8 JavaScript engine | 137 |
dennwc/dom | A Go library providing a WebAssembly API for DOM manipulation and other web APIs | 489 |
karlseguin/websocket.zig | A Zig library implementing a WebSocket server | 305 |
raphamorim/xwasm | Tools and utilities for building and managing WebAssembly projects in modern frontend development | 56 |
chadwain/rem | A parser for HTML5 documents written in Zig | 106 |
staltz/zig-nodejs-example | An example of a Node.js native module written in Zig, showcasing its capabilities and demonstrating how to create a simple native module. | 125 |
smokku/gwg-bindgen | An experiment demonstrating connection between WebAssembly and JavaScript using wasm-bindgen | 2 |
xd-deng/handytools-go-webassembly | Demonstrates Go's compilation to WebAssembly and JavaScript interaction | 66 |
deislabs/containerd-wasm-shims | Provides shims for running WebAssembly workloads on Kubernetes | 314 |