AssemblyScript / website

AssemblyScript's website and documentation.
https://www.assemblyscript.org
59 stars 88 forks source link

[Chrome] Start page example immediately failing #188

Closed LeoDog896 closed 1 year ago

LeoDog896 commented 1 year ago

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

To fix the error, a semicolon is needed after b = 1.

dcodeIO commented 1 year ago

Relevant PR causing the issue: https://github.com/AssemblyScript/assemblyscript/pull/2252