-
Notifications
You must be signed in to change notification settings - Fork 45
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
web wasm support #110
Comments
Hey, thanks for the ticket. I'll have to look into that. I am not sure if the package So to answer the question: Yes, we plan to also support web assembly, but i have to look into it. |
@aakhalilian I added a PR that should make this library work with Wasm. Is there any way for you to try this out on your project before i release a new version with this? |
@KammererTob yes I can pull from github in my pubspec and trying it. Will update in a few hours. Thanks for quick turnaround |
@KammererTob the update has resolved our issue, pulling the branch:
|
Closed via: #111 |
@aakhalilian Thanks for checking it out. I will release it as a new version. |
building web --wasm is successful but after running stomp client connect will throw this error in the console:
I think it's because in web assembly dart.library.html is not there nor is dart.library.io
https://github.com/blackhorse-one/stomp_dart_client/blob/master/lib/src/stomp_handler.dart#L14
is there a plan to fix it and support web assembly?
The text was updated successfully, but these errors were encountered: