Use the followign steps to update to new versions of wasm-bindgen.
WASM_BINDGEN_VERSION
in @rules_rust_wasm_bindgen//:repositories.bzl
rules_rust_wasm_bindgen_deps_cli
repository defined in @rules_rust_wasm_bindgen//:repositories.bzl
to match the artifact from the updated WASM_BINDGEN_VERSION
value.bazel run ///3rdparty:crates_vendor -- --repin
from the root of rules_rust
.bazel test //wasm/...
from the rules_rust/examples
directory.