Cargo Features
[dependencies]
tsify-next = { version = "0.5.4", default-features = false, features = ["wasm-bindgen", "js", "json"] }
- default = json
-
The
json
feature is set by default whenevertsify-next
is added without
somewhere in the dependency tree.default-features = false - wasm-bindgen js? json
-
Enables wasm-bindgen, wasm-bindgen of tsify-next-macros
- js = wasm-bindgen
-
Enables serde and serde-wasm-bindgen, js of tsify-next-macros
Affects
tsify-next::Tsify.into_js
,tsify-next::Tsify.from_js
… - json default = wasm-bindgen
-
Enables gloo-utils, serde, and serde_json, json of tsify-next-macros
Affects
tsify-next::Tsify.into_js
,tsify-next::Tsify.from_js
…