For Bevy Jam 3: https://itch.io/jam/bevy-jam-3
Play it on itch.io: https://the-nacho.itch.io/extreme-bounce-party-2000
Licensed under the dual MIT / Apache-2.0 license
rustup target install wasm32-unknown-unknown
cargo install wasm-bindgen-cli
cargo build --release --target wasm32-unknown-unknown
wasm-bindgen --out-dir out --target web target/wasm32-unknown-unknown/release/bevy-jam-03.wasm
cp index.html out
cp -r assets out