webassembly-examples
WASM examples
Provides code examples and tools for testing and modifying WebAssembly documentation
Code examples that accompany the MDN WebAssembly documentation — see https://developer.mozilla.org/en-US/docs/WebAssembly.
1k stars
52 watching
258 forks
Language: WebAssembly
last commit: about 1 month ago
Linked from 1 awesome list
exampleswasmwebassembly
Related projects:
Repository | Description | Stars |
---|---|---|
kotlin/kotlin-wasm-examples | A collection of examples demonstrating how to use Kotlin/Wasm for building web and server-side applications. | 522 |
meheleventyone/zig-wasm-test | An example project demonstrating Web Assembly compilation and execution using Zig | 55 |
bzar/wasm-intro | A collection of simple examples demonstrating various aspects of WebAssembly development. | 43 |
reklatsmasters/webassembly-examples | A collection of WebAssembly examples from simple to complex, covering various programming languages and technologies. | 203 |
webassembly/wasm-c-api | An API that allows embedding a WebAssembly interpreter in C/C++ applications | 551 |
raphamorim/xwasm | Tools and utilities for building and managing WebAssembly projects in modern frontend development | 56 |
cretz/asmble | Compiles WebAssembly to JVM bytecode and provides utilities for working with WASM code. | 634 |
wasmi-labs/wasmi | An efficient and lightweight WebAssembly interpreter with a focus on constrained and embedded systems. | 1,614 |
area9innovation/wase | Makes WebAssembly easy to write and compile by providing a friendly language with conventional syntax and type inference | 45 |
rustwasm/book | Documentation and tutorials for building web applications with Rust and WebAssembly | 1,747 |
zigwasm/wasmer-zig | Provides bindings for embedding a WebAssembly runtime into Zig programs. | 53 |
dcodeio/webassembly | A toolkit and runtime for producing and running WebAssembly modules in the browser or Node.js environment. | 816 |
nodeca/multimath | Simplifies creation of small CPU-intensive webassembly modules with fallback to JavaScript implementations | 71 |
renatoathaydes/wasm-on-jvm | A Gradle plugin to easily compile WebAssembly (WASM) files into JVM bytecode. | 24 |
vshymanskyy/wasm2mpy | A tool for compiling WebAssembly code into native MicroPython modules for embedded systems. | 122 |