The rainbow animation creates a scrolling rainbow across the entire LED strip. The animation is written using Rust and compiles to WebAssembly.
To build the WASM file, simply run cargo build --release
in this directory.
The resulting animation can be found at ./target/wasm32-unknown-unknown/release/rainbow.wasm
.