Interop with JS and WASM from Rust Frameworks #3008
Qodestackr
started this conversation in
General
Replies: 1 comment
-
Hi, if you can stay in the rust realm, do not hesitate, it's really easy with Dioxus. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey everyone!
I’m currently working on a project where I want to integrate WASM into my web app for rendering radiology images. My setup involves using Remix for the shell, but for the complex, performance-heavy task of viewing DICOM images, I want to leverage Rust + WASM.
I love how Dioxus provides a React-like UI for Rust, but I’m curious if there are any best practices when using Dioxus with wasm-bindgen for seamless interop with JavaScript. Are there libraries, patterns, or specific tools I should be considering to make the integration easy to maintain?
My main goal is to build a performant radiology image viewer in WASM while keeping the maintenance as simple as possible.
Any guidance on this would be greatly appreciated!
Thanks in advance, Sorry if am abit vague, just thinking wasm-bindgen is too low leve for me 🙏
Beta Was this translation helpful? Give feedback.
All reactions