Updated wasm-bindgen

This commit is contained in:
transistor 2024-02-24 19:29:22 -08:00
parent a161dcda8a
commit d322805627
2 changed files with 472 additions and 317 deletions

File diff suppressed because it is too large Load Diff

View File

@ -17,7 +17,7 @@ moa-systems-genesis = { path = "../../systems/genesis" }
[target.'cfg(target_arch = "wasm32")'.dependencies]
console_error_panic_hook = "0.1"
console_log = "1.0"
wasm-bindgen = "0.2"
wasm-bindgen = "0.2.91"
wasm-bindgen-futures = "0.4"
web-sys = "0.3"
wgpu = { version = "0.15", features = ["webgl"] }