NickNevzorov / dart_thread

Classic thread implementation (such as TThread in Delphi)
https://nicknevzorov.github.io/dart_thread/
MIT License
4 stars 0 forks source link

How Change import 'dart:html' to import 'package:web/web.dart'? #4

Open codebombi opened 2 months ago

codebombi commented 2 months ago

Hello, we want build to WASM but you library use 'dart:html', how change dependency?

NickNevzorov commented 2 months ago

I think no way. JS is used as a worker, how to make a worker in wasm I have no idea now