Files
2025-02-05 23:18:31 +10:30

7 lines
169 B
Batchfile

rustup target add wasm32-unknown-unknown
rustup component add rust-src --toolchain nightly-2025-02-04
where /q wasm-pack
IF ERRORLEVEL 1 (
cargo install wasm-pack
)