An open API service indexing awesome lists of open source software.

https://github.com/shritesh/zig-wasm-dom

Zig + WebAssembly + JS + DOM
https://github.com/shritesh/zig-wasm-dom

dom wasm webassembly zig

Last synced: 28 days ago
JSON representation

Zig + WebAssembly + JS + DOM

Awesome Lists containing this project

README

        

# zig-wasm-dom

An example demonstrating Zig interacting with the DOM via JS.

Compile with `zig build-lib zigdom.zig -target wasm32-freestanding -dynamic -OReleaseSmall`