You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It might be a permission issue, or something else, but I can't quite tell after about a week of working on this.
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?
The text was updated successfully, but these errors were encountered:
I have no experience with electron so I'll be just guessing:
Have you looked at network tab to check if webworker script is loaded? Maybe there is a path issue
Does wasm_logger support web workers? Try using console_log as in example and also a console_error_panic_hook, which will tell you if something panics.
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?
It might be a permission issue, or something else, but I can't quite tell after about a week of working on this.
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?
The text was updated successfully, but these errors were encountered: