Cargo Features
[dependencies]
wasm-bindgen-macro-support = { version = "0.2.99", default-features = false, features = ["std", "extra-traits", "spans", "strict-macro"] }
- default = std
-
The
std
feature is set by default wheneverwasm-bindgen-macro-support
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of wasm-bindgen-backend
- extra-traits
-
Enables extra-traits of syn
- spans
-
Enables spans of wasm-bindgen-backend
- strict-macro
wasm-bindgen-macro-support has 5 features without comments.