We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Latest website version at the time of issue writing, Chrome Version 108.0.5359.125 (Official Build) (64-bit).
Chrome Version 108.0.5359.125 (Official Build) (64-bit)
I don't have the ability to replicate the issue at firefox as of now, so if anyone else can, please do so.
module.wat
;; INFO asc module.ts --textFile module.wat --outFile module.wasm --bindings raw -O3 --runtime stub ;; ERROR TS1012: Unexpected token. ;; : ;; 4 │ if (n > 0) { ;; │ ^ ;; └─ in module.ts(4,3) ;; ;; FAILURE 1 parse error(s) (module ;; FAILURE 1 parse error(s) )
To fix the error, a semicolon is needed after b = 1.
b = 1
The text was updated successfully, but these errors were encountered:
Relevant PR causing the issue: AssemblyScript/assemblyscript#2252
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Uh oh!
There was an error while loading. Please reload this page.
Environment
Latest website version at the time of issue writing,
Chrome Version 108.0.5359.125 (Official Build) (64-bit)
.I don't have the ability to replicate the issue at firefox as of now, so if anyone else can, please do so.
Reproduce
module.wat
tabTo fix the error, a semicolon is needed after
b = 1
.The text was updated successfully, but these errors were encountered: