WebAssembly / relaxed-simdLinks
Relax the strict determinism requirements of SIMD operations.
☆46Updated 10 months ago
Alternatives and similar repositories for relaxed-simd
Users that are interested in relaxed-simd are comparing it to the libraries listed below
Sorting:
- Vector operations for WebAssembly☆50Updated last year
- Proposal to add branch hinting functionality to WebAssembly☆17Updated last week
- A benchmark suite and tool to compare different implementations of the same primitives.☆75Updated this week
- Resources for collaborative benchmarking☆27Updated 2 years ago
- A draft proposal for spawning threads in WebAssembly☆62Updated 3 months ago
- wasi-parallel is a proposal to add a parallel for construct to WASI.☆23Updated 2 years ago
- Simple streamable WebAssembly binary parser☆77Updated 10 months ago
- A self-generating WebAssembly parser & serializer in Rust.☆67Updated last year
- The WebAssembly Indirect Call Inliner☆27Updated last year
- Command line linker for creating WebAssembly components☆41Updated 3 weeks ago
- ☆92Updated 2 years ago
- Example C++ repo emitting Wasm SIMD 128 instructions☆30Updated 5 years ago
- Bulk memory operations☆77Updated 4 years ago
- Proposal for adding type reflection to the JS API☆48Updated 8 months ago
- A WebIDL parser written in Rust.☆33Updated 10 months ago
- Rust In-Memory Filesystem☆16Updated 5 years ago
- Proposal for Type Imports & Exports☆22Updated 11 months ago
- Proposal for Custom Annotation Syntax in the Text Format☆23Updated 5 months ago
- LLVM Bitcode parser in Rust☆25Updated 3 weeks ago
- Multiple per-module memories for Wasm☆133Updated 5 months ago
- the WebAssembly partial evaluator☆55Updated 6 months ago
- Run Clang in WebAssembly 🎉☆62Updated 3 years ago
- WASI tools☆16Updated last year
- WASI implementation in Rust☆31Updated 5 years ago
- Provides a single unified API to run WASM modules on the desktop using wasmtime, or on the web using js-sys.☆49Updated 11 months ago
- Proposal to add instrumentation and tracing instructions to WebAssembly☆15Updated 3 years ago
- JavaScript Promise Integration