-
-
Notifications
You must be signed in to change notification settings - Fork 24
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
Marshalling of Rust functions/types like with #[wasm-bindgen]
attributes?
#220
Comments
Can you show me an example of what you mean? |
I mean like this: On Rust items: On JS items: This would make interop much easier :) Btw, I have another question: |
That was the goal of the project, yes An unopinionated layer on top of deno existing only to simplify integration tasks with minimal overhead |
Ok great, just what I had hoped this would be :) Sorry, I didn't want to derail the topic of this issue.. |
Looking to implement this soon Can I get more examples of how you picture this being used? |
Thanks for making this crate, it seems very useful 🙂
It it possible to do marshalling of Rust functions/types like with
#[wasm-bindgen]
attributes?Or anything that's not as verbose as manual deserialization of the function arguments on the Rust side? :)
Thanks 🙏
The text was updated successfully, but these errors were encountered: