-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: serde-wasm-bindgen
compatibility.
#313
Comments
Hm, I have no experience with |
There is also tsify-next which is an actively maintained fork of tsify (https://crates.io/crates/tsify-next). |
I'm at a similar place as @gustavo-shigueo - I'd love to integrate (more) with wasm-bindgen, but my experience with it is very limited. The few times I used it I
For option 2), What exactly should |
Is your feature request related to a problem? Please describe.
Currently, using
serde-wasm-bindgen
will generate: any
types. It would be nice if ts-rs could integrate with this library to be able to generate proper types.Describe the solution you'd like
serde-wasm-bindgen
generates proper TS types based on#[derive(TS)]
, for example when a certain feature ofts-rs
is enabled.Describe alternatives you've considered
The serde-wasm-bindgen docs mention tsify, but it seems unmaintained.
The text was updated successfully, but these errors were encountered: