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
but I think I'll be able to get a manually-built Rust crate working with Dart on the web using https://github.com/cloudpeers/ffi-gen or similar. wasm_ffi provides an example for an alternative to dart:ffi until ffi merges web support, and on the Rust side, targeting wasm32-unknown-emscripten may get us most of the way there.
The text was updated successfully, but these errors were encountered:
Hi @knopp, thank you for native_toolchain_rust and cargokit, I use both and appreciate your work very much.
Now I am looking at supporting web/browsers via Wasm in addition to desktop and mobile platforms. There are some issues blocking that progress:
build.dart
/link.dart
web backends andWasmCode
andJsCode
assets dart-lang/native#988but I think I'll be able to get a manually-built Rust crate working with Dart on the web using https://github.com/cloudpeers/ffi-gen or similar.
wasm_ffi
provides an example for an alternative todart:ffi
untilffi
merges web support, and on the Rust side, targetingwasm32-unknown-emscripten
may get us most of the way there.The text was updated successfully, but these errors were encountered: