wasm-intro
WASM demos
A collection of simple examples demonstrating various aspects of WebAssembly development.
WASM examples
43 stars
5 watching
1 forks
Language: C
last commit: over 7 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
mdn/webassembly-examples | Provides code examples and tools to test and modify WebAssembly documentation | 1,143 |
meheleventyone/zig-wasm-test | An example project demonstrating Web Assembly compilation and execution using Zig | 55 |
extraymond/rust-async-wasm-demo | A Rust-based web application demonstrating async/await and WebAssembly interop with JavaScript. | 49 |
kotlin/kotlin-wasm-examples | A collection of examples demonstrating how to use Kotlin/Wasm for building web and server-side applications. | 532 |
webassembly/wasm-c-api | An API that allows embedding a WebAssembly interpreter in C/C++ applications | 553 |
xd-deng/handytools-go-webassembly | Demonstrates Go's compilation to WebAssembly and JavaScript interaction | 67 |
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 |
stisa/nwasm | An experimental web assembly backend for the Nim programming language | 48 |
renatoathaydes/wasm-on-jvm | A Gradle plugin to easily compile WebAssembly (WASM) files into JVM bytecode. | 24 |
shamadee/wasm-init | Tools and template generator for setting up and compiling WebAssembly projects | 171 |
cretz/asmble | Compiles WebAssembly to JVM bytecode and provides utilities for working with WASM code. | 637 |
jacobdeichert/wasm-astar | A WebAssembly-based A* pathfinding implementation for a maze demo | 427 |
sessamekesh/wasm-3d-animation-demo | A 3D animation system demonstrating JavaScript and WebAssembly performance using skeletal animation. | 218 |
feneric/nim-wasm-helpers | A toolset for building and testing WebAssembly code using Nim. | 28 |