tree: b58ac8e1bcd262731101c0c7f4f25e18a66c032b [path history] [tgz]
  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