chemicstry / wasm_thread

A rust `std::thread` replacement for wasm32 target
Apache License 2.0
123 stars 16 forks source link

Can't seem to make it work on electron #12

Open felipellrocha opened 1 year ago

felipellrocha commented 1 year ago

It might be a permission issue, or something else, but I can't quite tell after about a week of working on this.

Screen Shot 2023-01-13 at 13 53 39

This code works fine when I load the same code on the browser (Chrome), but not Electron, which, presumably, uses the same version of chrome. I also get no errors on console.

Any ideas?

chemicstry commented 1 year ago

I have no experience with electron so I'll be just guessing:

felipellrocha commented 1 year ago

I have checked both the path and verified the logger works (It works on browser). Are you available over discord for a quick pairing session sometime this week?