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
First off, thanks for making this library publicly available! It's awesome!
The full error is:
Uncaught SyntaxError: Cannot use 'import.meta' outside a module
at eval ()
at z (sandbox.275a9407e.js:1:94080)
at K.evaluate (sandbox.275a9407e.js:1:106841)
at ve. (sandbox.275a9407e.js:1:115700)
at Generator.next ()
at i (sandbox.275a9407e.js:1:112149)
Yeah, I recommend the single file builds if the multifile ones don’t work well for you. Since this is a continued issue, I may reverse the defaults back to “singlefile”. The split build does have better instantiation performance since it can be cached by the browser but it requires a very “modern” JavaScript built pipelin
First off, thanks for making this library publicly available! It's awesome!
The full error is:
Sandbox where error takes place: https://codesandbox.io/p/sandbox/quickjs-emscription-forked-z48jf6
Sandbox with old version that works: https://codesandbox.io/p/sandbox/quickjs-emscription-pgf0f
Are you guys also getting this error? Didn't seem like it was related to my main javascript code but, instead, related to the wasm runtime
The text was updated successfully, but these errors were encountered: