awesome-rust-and-webassembly
Rust and WASM collection
A curated list of Rust and WebAssembly projects, libraries, tools, and resources.
Awesome Rust and WebAssembly projects, libraries, tools, and resources
639 stars
28 watching
46 forks
last commit: about 1 year ago
Linked from 1 awesome list
Awesome Rust and Webassembly / Development Tools / Build and Workflow Orchestration | |||
wasm-pack | 6,319 | 19 days ago | — seeks to be a one-stop shop for building and working with Rust-generated WebAssembly that you would like to interoperate with JavaScript, on the Web or with Node.js. helps you build and publish Rust-generated WebAssembly to the npm registry to be used alongside any other JavaScript package in workflows that you already use |
Awesome Rust and Webassembly / Development Tools / Size Profiling .wasm Binaries | |||
twiggy | 1,288 | 9 months ago | — is a code size profiler for binaries. It analyzes a binary's call graph to answer questions about which functions take up the most space |
Awesome Rust and Webassembly / Development Tools / Polyfilling WebAssembly | |||
wasm2js | 7,523 | 5 days ago | — The tool compiles WebAssembly into "almost asm.js". This is great for supporting browsers that don't have a WebAssembly implementation, such as Internet Explorer 11 |
Awesome Rust and Webassembly / Libraries / Allocation and Memory Management | |||
wee_alloc | 666 | over 1 year ago | — The Wasm-Enabled, Elfin Allocator. A small (~1K uncompressed ) allocator implementation for when code size is a greater concern than allocation performance |
Awesome Rust and Webassembly / Libraries / Error Handling | |||
console_error_panic_hook | 327 | almost 2 years ago | — This crate lets you debug panics on by providing a panic hook that forwards panic messages to |
Awesome Rust and Webassembly / Libraries / Games | |||
gate | 319 | over 1 year ago | — Gate is a game development library tailored to 2D pixel-art games, written in Rust |
Awesome Rust and Webassembly / Resources | |||
The Rust and WebAssembly Book | — The official Rust and WebAssembly book authored by the Rust and WebAssembly domain working group |