-
Notifications
You must be signed in to change notification settings - Fork 31
[WASM] Failed to check runtimeType in release mode #16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Perhaps we need to have this API ready first. - dart-lang/sdk#56905 |
@hnvn Could you apply with the following diff into your runtime project to see if it works in release mode?
|
@jumperchen This solution works well in release mode for Flutter Web WASM, but it causes build error in other platforms:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This code line won't work on release mode for Flutter WASM:
socket_io_common/lib/src/engine/parser/decodePacket.dart
Line 20 in 25db984
The text was updated successfully, but these errors were encountered: