Cargo Features
jss-core has no features set by default.
[dependencies]
jss-core = { version = "0.2.0", features = ["wasm"] }
- wasm = getrandom, js-sys, serde-wasm-bindgen, wasm-bindgen
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- getrandom wasm?
-
Enables getrandom
wasm
- js-sys wasm?
- serde-wasm-bindgen wasm?
-
Enables serde-wasm-bindgen ^0.4.3
- wasm-bindgen wasm?