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
RuntimeError: Out of bounds memory access (evaluating 'a.exports')
To reproduce. Checkout this branch: Github branch with this error
and simply try to run the app. It should crash. testes with Firefox and Safari
The text was updated successfully, but these errors were encountered:
The crash won't happen if you make either one of the following changes:
Change WebImage from a struct to a class.
Change the name of the target from Games to something else. It seems starting the target name with certain capital letters causes this. games works, as does Tames.
Seems likely the source of this bug is elsewhere in the toolchain rather than in Tokamak itself.
Change the name of the target from Games to something else. It seems starting the target name with certain capital letters causes this. games works, as does Tames.
RuntimeError: Out of bounds memory access (evaluating 'a.exports')
To reproduce. Checkout this branch:
Github branch with this error
and simply try to run the app. It should crash. testes with Firefox and Safari
The text was updated successfully, but these errors were encountered: