DEV Community

Discussion on: Dart Meets Rust: a match made in heaven ✨

Collapse
 
franzstrudel profile image
Franz Strudel

Very nice walkthrough! I'm just starting to learn Flutter but would it be possible to use the same logic to target the web platform with webassembly ? Having the codebase in rust and targeting all 3 platform would be amazing.

Collapse
 
shekohex profile image
shekohex

Yes, wasm-bindgen with a samll Javascript glue and you can hook it into your dart/flutter, should be cool and easy.