rustwasm / wasm-tracing-allocatorLinks
A global allocator for Wasm that traces allocations and deallocations for debugging purposes.
☆106Updated 4 years ago
Alternatives and similar repositories for wasm-tracing-allocator
Users that are interested in wasm-tracing-allocator are comparing it to the libraries listed below
Sorting:
- "Freedom from syn": Proc macro tools for operating on token trees☆108Updated 5 years ago
- ☆111Updated last year
- A lightweight, no-std, object-safe, serialization-only framework for Rust☆97Updated 4 months ago
- Combine a reader + writer into a duplex of Read + Write☆46Updated 4 years ago
- Utilities for dealing with substructures within syn macros☆141Updated 3 months ago
- Arena allocator and a handful of useful data structures☆41Updated 5 years ago
- Abstraction over std::Instant and tokio_timer that works on WASM☆75Updated 3 years ago
- ☆49Updated last year
- Utility for reusing memory☆53Updated 5 years ago
- Data parallelism library for async-std.☆94Updated last year
- Experimental cooperative cancellation for async-std☆48Updated 3 years ago
- A sha1 implementation useable in const contexts☆87Updated last year
- An implementation of the Webassembly spec in Rust☆101Updated 6 years ago
- Advisory cross-platform file locks using file descriptors☆80Updated 3 months ago
- A tool for finding large memcpy's in llvm ir☆61Updated 6 years ago
- ☆125Updated 2 years ago
- Fast json encoder in rust, that encodes the structure of JSON values in their types☆83Updated 2 years ago
- Streamline updating a Tokio 0.1 application to Tokio 0.2.☆51Updated 4 years ago
- Concatenate identifiers in a macro invocation☆93Updated 2 years ago
- The simd optimized escape code☆54Updated this week
- ☆58Updated last year
- A rust logger that routes messages to the browser's console.☆99Updated 3 months ago
- A Rust library for zero-allocation parsing of binary data.☆48Updated 2 years ago
- A `#[safe]` attribute for explaining why `unsafe { ... }` is OK.☆81Updated 6 years ago
- A collection of small utilities for working with pointer types in Rust.☆127Updated 7 months ago
- CBOR (binary JSON) for Rust with automatic type based decoding and encoding.☆140Updated 6 years ago
- Custom derivation macro for Rust