tree: 3795e07ee306fca1f341f5d8384021c35c42ac99 [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