gwg-bindgen
WASM-JS experiment
An experiment demonstrating connection between WebAssembly and JavaScript using wasm-bindgen
good-web-game + wasm-bindgen example
2 stars
2 watching
0 forks
Language: JavaScript
last commit: over 3 years ago
Linked from 1 awesome list
ggezgwgjavascriptrustrust-langwasmwasm-bindgenwebassembly
Related projects:
Repository | Description | Stars |
---|---|---|
meheleventyone/zig-wasm-test | An example project demonstrating Web Assembly compilation and execution using Zig | 55 |
jetli/wasm-bindgen-action | Automates the installation of wasm-bindgen for use in webAssembly projects | 10 |
zigwasm/wasmer-zig | Provides bindings for embedding a WebAssembly runtime into Zig programs. | 53 |
alexcrichton/wasm-bindgen | A tool for importing JavaScript functionality into Rust code and exporting Rust functions to JavaScript. | 25 |
zigwasm/wasm-zig | C API bindings for WebAssembly runtime | 27 |
euhmeuh/wasm-adventure | Exploring the feasibility and usability of WebAssembly's text format for game development using Racket as a domain-specific language | 63 |
raphamorim/xwasm | Tools and utilities for building and managing WebAssembly projects in modern frontend development | 56 |
ashleygwilliams/wasm-pack | A tool for building and working with Rust-generated WebAssembly packages | 1 |
xd-deng/handytools-go-webassembly | Demonstrates Go's compilation to WebAssembly and JavaScript interaction | 66 |
shritesh/zig-wasm-dom | Demonstrates interaction between Zig language and web-based Document Object Model (DOM) via WebAssembly. | 142 |
manyuanrong/wasm_gzip | Implementation of Gzip compression and decompression in WebAssembly (WASM) for use with the Deno runtime. | 19 |
reklatsmasters/webassembly-examples | A collection of WebAssembly examples from simple to complex, covering various programming languages and technologies. | 203 |
mdn/webassembly-examples | Provides code examples and tools for testing and modifying WebAssembly documentation | 1,135 |
googlechromelabs/webm-wasm | Enables webm video creation from JavaScript via WebAssembly | 395 |
nshen/vite-plugin-wasm-pack | A Vite plugin for integrating Rust WebAssembly (WASM) modules into web applications. | 234 |