David MARKEY

Results 37 comments of David MARKEY

A little bit of feedback on progress: it will take some time before I publish an update, but I'm getting there! Debugging is complicated, but I've fixed several issues already....

Still working on it. I've come into issues that were present in past versions of Squadron, in relation to streaming operations. These should now be fixed! The latest commit provides...

There's one here https://github.com/dart-lang/sdk/issues/55203. However the example makes no use of Web workers, so it looks like a Dart/Dart issue. I'm not sure this is fixable (in Dart SDK) when...

Yes, Squadron 6 has a few breaking changes in terms of API. squadron_builder will have to be adapted, and it will handle the int/double conversions where it can. But if...

For what it's worth, I've pushed a commit to squadron_builder and support int/double casting in generated code. The github version forces use of squadron 6.0 from github (cf. https://github.com/d-markey/squadron_builder/blob/main/pubspec.yaml#L16) so...

1. Yes, because squadron_builder from GitHub already overrides the squadron dependency to fetch it from GitHub. 2. There is an ExceptionManager now attached to the worker. You can register custom...

Hello, Thanks for the report, but that would be a squadron_builder issue. Could you file it under https://github.com/d-markey/squadron_builder/issues ? Work to support wasm in squadron is done AFAICT, but squadron_builder...

Hello @jpohhhh, things should now compile properly as I've fixed the `Uri` issue. Regarding the runtime issue with dhttpd, can you provide more details? With WASM support, there are now...

If you want Web Assembly workers, yes. Please note that compiling to wasm will also produce a .mjs file (its purpose is to load the web assembly file) but Squadron...

My bad: the .mjs file is not the Web assembly loader, and is required so it must be published to your Web server alongside the .wasm file.