rustwasm / wee_allocLinks
The Wasm-Enabled, Elfin Allocator
☆707Updated 2 years ago
Alternatives and similar repositories for wee_alloc
Users that are interested in wee_alloc are comparing it to the libraries listed below
Sorting:
- A lightweight Cargo subcommand to build Rust code for the `wasm32-wasi` target☆446Updated 6 months ago
- Native integration of Serde with wasm-bindgen☆593Updated last month
- Walrus is a WebAssembly transformation library 🌊🐘☆465Updated 8 months ago
- Twiggy🌱 is a code size profiler☆1,377Updated last week
- Runtime for executing procedural macros as WebAssembly☆1,413Updated this week
- Rust doesn't have exceptions☆633Updated 5 years ago
- A panic hook for wasm32-unknown-unknown that logs panics with console.error☆346Updated 2 years ago
- A port of MUSL's libm to Rust.☆633Updated 4 months ago
- Arena based tree 🌲 structure by using indices instead of reference counted pointers☆760Updated 2 weeks ago
- Compile-time reflection API for developing robust procedural macros (proof of concept)☆756Updated this week
- An intrusive flamegraph profiling tool for rust.☆720Updated last year
- ☆766Updated last month
- A safe arena allocator that allows deletion without suffering from the ABA problem by using generational indices.☆682Updated 2 years ago
- cargo subcommand showing the assembly or llvm-ir generated for Rust code☆1,237Updated last year
- Tar file reading/writing for Rust☆678Updated last month
- Slab allocator for Rust☆825Updated 2 weeks ago
- Snappy compression implemented in Rust (including the Snappy frame format).☆487Updated last week
- Data structure serialization library with several opposite design goals from Serde☆878Updated this week
- ☆645Updated 3 years ago
- Attribute macro to require that the compiler prove a function can't ever panic☆1,143Updated this week
- JIT compiler and runtime for a toy language, using Cranelift☆701Updated 4 months ago
- DEFLATE, gzip, and zlib bindings for Rust