dart-lang / web_socket_channel

StreamChannel wrappers for WebSockets.
https://pub.dev/packages/web_socket_channel
BSD 3-Clause "New" or "Revised" License
411 stars 107 forks source link

Test with dart2wasm compilation #297

Open kevmoo opened 7 months ago

kevmoo commented 7 months ago

Now that this package has been migrated to pkg:web we should validate it works with dart2wasm

Blocked by https://github.com/dart-lang/test/issues/2143