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
{{ message }}
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.
Uncaught SyntaxError: Cannot use 'import.meta' outside a module
Whoops, the AssemblyScript compiler has crashed during compile :-(
▌
▌ Here is the stack trace hinting at the problem, perhaps it's useful?
▌
▌ TypeError: Cannot read properties of undefined (reading '_BinaryenModuleCreate')
▌ at Function.create (https://cdn.jsdelivr.net/npm/assemblyscript@latest/dist/assemblyscript.js:7:467533)
▌ at new f (https://cdn.jsdelivr.net/npm/assemblyscript@latest/dist/assemblyscript.js:7:201436)
▌ at Object.t.compile (https://cdn.jsdelivr.net/npm/assemblyscript@latest/dist/assemblyscript.js:7:448529)
▌ at https://cdn.jsdelivr.net/npm/assemblyscript@latest/dist/asc.js:7:943822
▌ at D (https://cdn.jsdelivr.net/npm/assemblyscript@latest/dist/asc.js:7:949874)
▌ at e.main (https://cdn.jsdelivr.net/npm/assemblyscript@latest/dist/asc.js:7:943805)
▌ at Object.eval [as main] (eval at d (https://webassembly.studio/dist/main.bundle.js:1:32473), <anonymous>:20:12)
▌ at r.eval [as promiseMaker] (eval at gulp (https://webassembly.studio/dist/main.bundle.js:1:34093), <anonymous>:28:7)
▌ at o.makePromise (https://webassembly.studio/dist/main.bundle.js:1:31658)
▌ at s.runInstance (https://webassembly.studio/dist/main.bundle.js:1:31954)
▌
▌ If it refers to the dist files, try to 'npm install source-map-support' and
▌ run again, which should then show the actual code location in the sources.
▌
▌ If you see where the error is, feel free to send us a pull request. If not,
▌ please let us know: https://github.com/AssemblyScript/assemblyscript/issues
▌
▌ Thank you
The text was updated successfully, but these errors were encountered:
If you just create a new AssemblyScript project and hit Build it gives this output:
In the dev tools console you get
The text was updated successfully, but these errors were encountered: