Add wasm-bindgen-futures

This commit is contained in:
bitfl0wer 2023-11-22 14:24:01 +01:00
parent 022bf9f320
commit 8a588892b2
2 changed files with 2 additions and 1 deletions

1
Cargo.lock generated
View File

@ -223,6 +223,7 @@ dependencies = [
"tokio-tungstenite",
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
"wasm-bindgen-test",
"ws_stream_wasm",
]

View File

@ -68,7 +68,7 @@ hostname = "0.3.1"
[target.'cfg(target_arch = "wasm32")'.dependencies]
getrandom = { version = "0.2.11", features = ["js"] }
ws_stream_wasm = "0.7.4"
wasm-bindgen-futures = "0.4.38"
[dev-dependencies]
lazy_static = "1.4.0"