You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering if there are any plans (or if it’s possible) to support Rust alongside C++ in Cpp.js.
I’ve been experimenting with Rust + React Native and tried UniFFI bindgen. Using that, I was able to successfully build a React Native library in Rust that works seamlessly across RN apps. The flow feels pretty solid, so I’m curious if Rust could also be integrated into the Cpp.js ecosystem.
Since Rust already has strong Wasm and cross-compilation tooling (wasm-bindgen, napi-rs, UniFFI, etc.), it feels like a natural fit next to C++. Would love to hear your thoughts on whether Rust support is on the roadmap or if it’s something the community could help explore.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hey
I was wondering if there are any plans (or if it’s possible) to support Rust alongside C++ in Cpp.js.
I’ve been experimenting with Rust + React Native and tried UniFFI bindgen. Using that, I was able to successfully build a React Native library in Rust that works seamlessly across RN apps. The flow feels pretty solid, so I’m curious if Rust could also be integrated into the Cpp.js ecosystem.
Since Rust already has strong Wasm and cross-compilation tooling (wasm-bindgen, napi-rs, UniFFI, etc.), it feels like a natural fit next to C++. Would love to hear your thoughts on whether Rust support is on the roadmap or if it’s something the community could help explore.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions