Closed konsultaner closed 5 months ago
fixes #64
it also makes the compilation to wasm possible. so dart run -p chrome -c dart2wasm should work with this.
dart run -p chrome -c dart2wasm
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...
Cool! I'll have a look!
fixes #64
it also makes the compilation to wasm possible. so
dart run -p chrome -c dart2wasm
should work with this.