yblein / rust-wasmLinks
A simple and spec-compliant WebAssembly interpreter
☆93Updated 2 years ago
Alternatives and similar repositories for rust-wasm
Users that are interested in rust-wasm are comparing it to the libraries listed below
Sorting:
- ☆112Updated last year
- Token tree calling convention☆80Updated 2 years ago
- A lightweight, no-std, object-safe, serialization-only framework for Rust☆98Updated this week
- A global allocator for Wasm that traces allocations and deallocations for debugging purposes.☆106Updated 4 years ago
- Exploration of using Storage instead of Allocator to parameterize collections in Rust☆140Updated 2 years ago
- Data structures like Rust `alloc` which reuse user allocated memory☆61Updated 2 months ago
- Project group working on the "safe transmute" feature☆94Updated last year
- dlmalloc ported into Rust☆111Updated last month
- Target "triple" support☆52Updated last month
- Nudging the compiler to auto-vectorize things☆75Updated 2 years ago
- 🌵 Cycle-Aware Reference Counting in Rust☆151Updated this week
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- Threadsafe RefCell for Rust☆95Updated 6 months ago
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆50Updated last year
- Raw Rust toolchain support for Wasm Interface Types