dart-lang / collection

The collection package for Dart contains a number of separate libraries with utility functions and classes that makes working with collections easier.
https://pub.dev/packages/collection
BSD 3-Clause "New" or "Revised" License
372 stars 86 forks source link

Test on dart2wasm #333

Closed kevmoo closed 7 months ago

natebosch commented 7 months ago

@jakemac53 - we don't expect significant changes to wasm support in the test runner do we? Any concerns if we start using the current implementation on CI?

kevmoo commented 7 months ago

I've already wired it up for a few other packages, FYI – with @jakemac53 approval

jakemac53 commented 7 months ago

Yeah, it isn't under any experiment flags any longer, we should be good to use it wherever.