Cargo Features
[dependencies]
wasm-bindgen-test = { version = "0.3.50", default-features = false, features = ["std", "gg-alloc"] }
- default = std
-
The
std
feature is set by default wheneverwasm-bindgen-test
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of js-sys, wasm-bindgen, and wasm-bindgen-futures