tree: f16f63a48ea8559d214cd6ab08c9b9ce312b8f53
  1. src/
  2. Cargo.toml
  3. README.md
sparse_strips/vello_cpu/examples/wasm_cpu/README.md

Vello CPU in the Browser Demo

Run with cargo run_wasm -p wasm_cpu --release for scalar build.

To run the demo with SIMD enabled use:

RUSTFLAGS=-Ctarget-feature=+simd128 cargo run_wasm -p wasm_cpu --release