konsultaner / connectanum-dart

This is a WAMP client (Web Application Messaging Protocol) implementation for the dart language and flutter projects.
MIT License
22 stars 14 forks source link

Migrate from html to web #65

Closed konsultaner closed 5 months ago

konsultaner commented 6 months ago

fixes #64

it also makes the compilation to wasm possible. so dart run -p chrome -c dart2wasm should work with this.

konsultaner commented 6 months ago

glad I added the wasm test to the actions. One test really hangs... And all the SCRAM stuff is super slow. Maybe they need to run in a separate worker...

KSDaemon commented 6 months ago

Cool! I'll have a look!