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
@dcharkes Not sure exactly how this works but I'm running into a compilation issue when build for web with flutter build web --wasm:
Target dart2wasm failed: ProcessException: Process exited abnormally with exit code 64:
../../../.pub-cache/hosted/pub.dev/ffi-2.1.3/lib/src/allocation.dart:24:22: Error: Argument to 'Native.addressOf' must be annotated with @Native.
Native.addressOf(posixFree);
Flutter Doctor output:
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel beta, 3.23.0-0.1.pre, on macOS 14.5 23F79 darwin-arm64 (Rosetta), locale en-US)
[✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 15.4)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2023.3)
[✓] IntelliJ IDEA Ultimate Edition (version 2024.1.2)
[✓] VS Code (version 1.92.0)
[✓] Connected device (4 available)
[✓] Network resources
This would make them compatible with dart2wasm if that exports the right symbols:
Thanks @TheComputerM!
The text was updated successfully, but these errors were encountered: