wasmerio / cargo-wasmerLinks
A cargo sub-command for publishing Rust crates to the WebAssembly Package Manager.
☆25Updated 2 years ago
Alternatives and similar repositories for cargo-wasmer
Users that are interested in cargo-wasmer are comparing it to the libraries listed below
Sorting:
- Trait synonyms for “Fn[…]”-trait bounds returning futures☆21Updated 3 years ago
- cargo subcommand for building proc-macro crates with web assembly☆34Updated 5 years ago
- Remove Cargo.lock lockfile☆33Updated 2 weeks ago
- Fast Function Dispatch: Improving the performance of Rust's dynamic function calls☆33Updated last year
- A thread pool for running multiple tasks on a configurable group of threads.☆51Updated 2 years ago
- Unbuffered and unlocked I/O streams☆45Updated 8 months ago
- A memory efficient container for rust nested collections☆43Updated 3 years ago
- Bindings to the brotli library featuring a low-overhead encoder and decoder, Writers and Readers for compression and decompression at cus…☆25Updated last year
- Zero-cost bitsets over native Rust types☆79Updated 2 weeks ago
- A Rust library for reading and writing data with byte order awareness.☆16Updated 4 years ago
- Rust Markdown Parser☆28Updated last month
- Linked Atomic Random Insert Vector: a thread-safe, self-memory-managed vector with no guaranteed sequential insert.☆58Updated 2 years ago
- Efficient byte-stream pipe buffer☆44Updated last year
- Serde Visitor for deserializing untagged enums☆67Updated 2 weeks ago
- Count directory entries—`ls | wc -l` but faster