tree: 9f24fdc0fb173aa17668fc3d85344af6e4432bee [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