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
Howdy. Just wanted to report that the bundle example bombs out when attempting to run. I'm not sure what the problem could be since the specific example doesn't do anything weird like use web workers, so I cannot give any valuable input beyond this report. To clarify, I did pass in --allow-all to the command line parameters for Deno, so I do not believe this to be a permission issue.
Debugger listening on ws://127.0.0.1:9229/ws/2d09cf88-70c2-49a1-9057-29661fb93cd9
Visit chrome://inspect to connect to the debugger.
Deno is waiting for debugger to connect.
Debugger session started.
Debugger session ended
error: Uncaught (in promise) TypeError: WebAssembly.compile(): Argument 0 must be a buffer source
Process exited with code 1
The text was updated successfully, but these errors were encountered:
Howdy. Just wanted to report that the bundle example bombs out when attempting to run. I'm not sure what the problem could be since the specific example doesn't do anything weird like use web workers, so I cannot give any valuable input beyond this report. To clarify, I did pass in
--allow-all
to the command line parameters for Deno, so I do not believe this to be a permission issue.Deno Version
Error Output
The text was updated successfully, but these errors were encountered: