File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2424 target/
2525 key : ${{ github.ref || github.run_id }}
2626 - uses : dtolnay/rust-toolchain@stable
27- - name : Install alsa and udev
28- run : sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev
27+ - name : Install wasm target
28+ run : rustup target install wasm32-unknown-unknown
2929 - name : Build
3030 run : cargo build --release --target wasm32-unknown-unknown && wasm-bindgen --no-typescript --out-dir ./out/ --target web ./target/wasm32-unknown-unknown/release/bevy_wasm_ci_example.wasm --out-name "tabletop" && wasm-strip ./out/tabletop_bg.wasm && wasm-opt -Oz --enable-bulk-memory --enable-nontrapping-float-to-int --enable-reference-types -o ./out/tabletop_bg.wasm ./out/tabletop_bg.wasm && gzip -f ./out/tabletop_bg.wasm
3131 - name : Copy
You can’t perform that action at this time.
0 commit comments