alec-deason / wasm_plugin
A low-ish level tool for easily writing and hosting WASM based plugins.
☆69Updated 11 months ago
Alternatives and similar repositories for wasm_plugin:
Users that are interested in wasm_plugin are comparing it to the libraries listed below
- A thread pool for running multiple tasks on a configurable group of threads.☆49Updated last year
- Nudging the compiler to auto-vectorize things☆75Updated last year
- A sinless derive helper☆62Updated 3 months ago
- SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.☆36Updated last year
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆76Updated last month
- Typed index version of Rust slice and Vec containers☆68Updated 5 months ago
- A map implementation that relies on fixed-size storage derived by a procedural macro☆44Updated 2 months ago
- Stack-allocated DSTs for rust (fixed capacity)☆48Updated last year
- Zero-cost bitsets over native Rust types☆76Updated 2 months ago
- A Rustified OpenCL Experience☆46Updated last year
- Real-time compute-focused async executor with job pools, thread-local data, and priorities.☆64Updated 2 months ago
- Unbuffered and unlocked I/O streams☆44Updated 6 months ago
- Safe generators on stable Rust.☆40Updated last year
- Typed any map for rust☆65Updated 2 months ago
- Macro for sealing traits and structures☆51Updated 3 months ago
- ☆36Updated last year
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆80Updated 3 years ago
- Rust library for making easy parallel pipelines with Iterators.☆31Updated 5 years ago
- cross-platform Rust API for memory mapped IO☆41Updated 9 months ago
- Make trait methods callable without the trait in scope☆135Updated last week
- provides a `MaybeOwned<'a,T>` type different to std's `Cow` it implements `From<T>` and `From<&'a T>` and does not require `ToOwned`☆29Updated last year
- Threadsafe RefCell for Rust☆90Updated last year
- Oneshot Rust channel working both in and between sync and async environments☆86Updated last week
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆46Updated last year
- ☆55Updated last year
- Rust macro to specialize on the type of an expression.☆37Updated last year
- Cross-platform, endian-aware primitives for Rust☆36Updated 4 months ago
- Exposes arch-specific intrinsics as safe function (via cfg).☆51Updated this week
- Advisory cross-platform file locks using file descriptors☆76Updated last year
- A memory efficient syntax tree for language developers☆54Updated last month