We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This feature flag would allow types to be exported directly to wasm_bindgen's .d.ts files! Very useful.
Additionally, possibly these types can be auto cast to &JsValues using serde so they can be returned directly from functions.
&JsValue
The text was updated successfully, but these errors were encountered:
I'm not at all familiar with that part of wasm_bindgen. Maybe you could outline in detail what this issue is about or open a PR.
Sorry, something went wrong.
closing due to inactivity. If you still need this @thorlucas, please describe in detail what this issue is about.
No branches or pull requests
This feature flag would allow types to be exported directly to wasm_bindgen's .d.ts files! Very useful.
Additionally, possibly these types can be auto cast to
&JsValue
s using serde so they can be returned directly from functions.The text was updated successfully, but these errors were encountered: