-
Notifications
You must be signed in to change notification settings - Fork 2
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
Implement error handling for Flutter Web #9
Conversation
# Conflicts: # flutter/example/integration_test/jason.dart
Тут instrumented тестам опять плохо, гляньте что может быть. В остальном все ок. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@evdokimovs please, regenerate assets/pkg/
files before merging this. Running make cargo.build.jason platform=web
of latest wasm-pack
on my side produces strangerly too huge diff, not only comments changes as intended. So, I should be missing something.
Synopsis
Currently, exceptions thrown from the Jason are not usable, so we need to create wrappers for all Jason exceptions and rethrow JS exceptions as converted Dart exceptions.
Solution
Checklist
Draft:
prefixk::
labels appliedDraft:
prefix is removed