Closed madonoharu closed 2 years ago
serde-wasm-bindgen integration already works.
serde-wasm-bindgen
https://github.com/rustwasm/wasm-bindgen/issues/2426#issuecomment-1254771687
Thank you for tsify :)
It's my pleasure!
As a reminder, the currently generated type is for serde_json. Thus, when used with serde-wasm-bindgen, wrong types are generated for HashMap and others.
serde_json
HashMap
serde-wasm-bindgen
integration already works.https://github.com/rustwasm/wasm-bindgen/issues/2426#issuecomment-1254771687
Thank you for tsify :)