singlestore-labs/singlestore-wasm-toolkit

Create a SIMD example

ricochet opened this issue · 1 comments

Fixed SIMD is enabled by default in the wasmtime runtime.

A very straightforward example with few dependencies is desired before adding a more complex real-world use-case. For example multiply_arrays from https://v8.dev/features/simd might be a good place to start.

Some more interesting examples beyond neural networks could include:

It looks like Rust's core library has wasm32-specific SIMD support that we should be able to utilize if we want to handwrite something. I'm going to dig a bit and see if I can find a project already out there using it that would make sense.