mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 13:20:05 -04:00
Use pinned version of wasm-bindgen-cli (#1855)
* Use pinned version of wasm-bindgen-cli * Update wasm-bindgen to 0.2.82 * Call setup_web.sh from scripts that depends on it
This commit is contained in:
@@ -5,5 +5,4 @@ cd "$script_path/.."
|
||||
|
||||
# Pre-requisites:
|
||||
rustup target add wasm32-unknown-unknown
|
||||
cargo install wasm-bindgen-cli
|
||||
cargo update -p wasm-bindgen
|
||||
cargo install wasm-bindgen-cli --version 0.2.82
|
||||
|
||||
Reference in New Issue
Block a user