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 Nov 24, 2022. It is now read-only.
The repro codes below crash by a JSException "RuntimeError: table index is out of bounds" after 2379 times of increment.
To Reproduce
Main.hs
moduleMainwheremain::IO()
main =error"built with --no-main"increment::Int->Int
increment n = n +1foreignexport javascript "increment" increment ::Int->Int
Describe the bug
The repro codes below crash by a JSException "RuntimeError: table index is out of bounds" after 2379 times of increment.
To Reproduce
Main.hs
index.mjs
Build commands (in a container)
Environment
terrorjack/asterius:lastst (4ad6bd0af93e)
The text was updated successfully, but these errors were encountered: