simd
Branch of the spec repo scoped to discussion of SIMD in WebAssembly (by WebAssembly)
multi-value
Proposal to add multi-values to WebAssembly (by WebAssembly)
simd | multi-value | |
---|---|---|
6 | 1 | |
463 | 63 | |
- | - | |
8.8 | 0.0 | |
over 3 years ago | over 3 years ago | |
WebAssembly | WebAssembly | |
GNU General Public License v3.0 or later | GNU General Public License v3.0 or later |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
simd
Posts with mentions or reviews of simd.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-08-21.
- Show HN: Handwriter.ttf – Handwriting Synthesis with Harfbuzz WASM
-
The IMPOSSIBLE RISCV HACK: Vector Extension 0.7.1-draft w/ current Linux kernel! – René Rebe
I'd love to see OpenCL or WasmSIMD support for RVV 071.
-
WASM vs Native Rust performance
Wasm SIMD supports only 128-bit registers, no? https://github.com/WebAssembly/simd/blob/a78b98a6899c9e91a13095e560767af6e99d98fd/proposals/simd/SIMD.md
-
A Look at Performance in Wasmtime and Cranelift
According to the WebAssembly Roadmap, the 128-bit packed SIMD Extension proposal has been accepted and is already implemented in every major runtime except Safari, and the Relaxed SIMD proposal is planned, with Firefox already having an experimental implementation in nightly-channel builds.
- Pay Attention to WebAssembly
-
There are many like it, but this is my Rust raytracer running in WebAssembly
Thanks! You're probably right about spatial filtering with a low sphere count. SIMD is supported, that looks to work in every recent browser except Safari. Looking forward to trying that out. A really quick search of wasm-bindgen docs don't reveal an interface to use that SIMD support though. I wonder if you can unsafely inline some raw wasm like you can with asm!
multi-value
Posts with mentions or reviews of multi-value.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-01-07.
What are some alternatives?
When comparing simd and multi-value you can also consider the following projects:
gc - Branch of the spec repo scoped to discussion of GC integration in WebAssembly
JS-BigInt-integration - JavaScript BigInt to WebAssembly i64 integration
relaxed-simd - Relax the strict determinism requirements of SIMD operations.
sign-extension-ops - Sign-extension opcodes
design - WebAssembly Design Documents
reference-types - Proposal for adding basic reference types (anyref)