1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-27 07:03:14 -04:00

Update wasm-bindgen to 0.2.86 (#2995)

This commit is contained in:
Emil Ernerfeldt
2023-05-17 11:08:35 +02:00
committed by GitHub
parent ea71b7f20b
commit 856afc8f7e
5 changed files with 16 additions and 19 deletions

View File

@@ -7,7 +7,4 @@ cd "$script_path/.."
rustup target add wasm32-unknown-unknown
# For generating JS bindings:
# cargo install wasm-bindgen-cli --version 0.2.84
# We use a patched version containing this critical fix: https://github.com/rustwasm/wasm-bindgen/pull/3310
# See https://github.com/rerun-io/wasm-bindgen/commits/0.2.84-patch
cargo install wasm-bindgen-cli --git https://github.com/rerun-io/wasm-bindgen.git --rev 13283975ddf48c2d90758095e235b28d381c5762
cargo install wasm-bindgen-cli --version 0.2.86