Merge pull request #77 from daxpedda/wasm-atomics

Fix multi-threaded Wasm
This commit is contained in:
John Nunley 2023-04-06 10:40:23 -07:00 committed by GitHub
commit 379910cb8e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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]