Fix multi-threaded Wasm

This commit is contained in:
dAxpeDDa 2023-02-28 23:51:28 +01:00
parent a09e4cf679
commit c0af587718
No known key found for this signature in database
GPG key ID: 43D62A3EA388E46F
3 changed files with 31 additions and 4 deletions

View file

@ -48,6 +48,7 @@ foreign-types = "0.3.0"
objc = "0.2.7"
[target.'cfg(target_arch = "wasm32")'.dependencies]
js-sys = "0.3.55"
wasm-bindgen = "0.2.78"
[target.'cfg(target_arch = "wasm32")'.dependencies.web-sys]