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 whenever wasm-bindgen-macro-support is added without default-features = false somewhere in the dependency tree.

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.