Enable 'std' feature on critical-section for WASM

This fixes the WASM support which was failing due to missing
critical-section implementation. This also upgrades the bindgen
dependency and ensures that tooling works.
This commit is contained in:
Ulf Lilleengen
2022-08-23 19:55:49 +02:00
parent 6530c179b2
commit bd4ae2e952
4 changed files with 5 additions and 5 deletions

View File

@ -49,6 +49,6 @@ critical-section = "1.1"
cfg-if = "1.0.0"
# WASM dependencies
wasm-bindgen = { version = "0.2.76", features = ["nightly"], optional = true }
wasm-bindgen = { version = "0.2.81", optional = true }
js-sys = { version = "0.3", optional = true }
wasm-timer = { version = "0.2.5", optional = true }