tree: 23972549f4fc22dcece83a8a06ad9bd84c365987 [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