mirror of
https://github.com/ergrelet/resym
synced 2026-06-08 14:04:27 +00:00
7 lines
169 B
Batchfile
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
|
|
)
|