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 7, 2022. It is now read-only.
The (incomplete) feature to run a WASI executable has never worked on AArch64 due to a stack overflow error.
I suspected this was a bug of wasmer at first, but learned this is caused by my code after investigating.
It seems that I created too many closures. They seem to consume stack as much as their internal local variables.
The text was updated successfully, but these errors were encountered:
The (incomplete) feature to run a WASI executable has never worked on AArch64 due to a stack overflow error.
I suspected this was a bug of wasmer at first, but learned this is caused by my code after investigating.
It seems that I created too many closures. They seem to consume stack as much as their internal local variables.
The text was updated successfully, but these errors were encountered: