Fix multi-threaded Wasm
This commit is contained in:
parent
a09e4cf679
commit
c0af587718
3 changed files with 31 additions and 4 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue