Cargo Features

[dependencies]
tsify-next = { version = "0.5.3", default-features = false, features = ["wasm-bindgen", "js", "json"] }
default = json

The json feature is set by default whenever tsify-next is added without default-features = false somewhere in the dependency tree.

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