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
compiler-builtins defines ___chkstk_ms for MinGW, while wasmer uses ___chkstk for MinGW, which caused ld.lld: error: undefined symbol: ___chkstk when building.
Additional context
The text was updated successfully, but these errors were encountered:
Describe the bug
compiler-builtins defines ___chkstk_ms for MinGW, while wasmer uses ___chkstk for MinGW, which caused
ld.lld: error: undefined symbol: ___chkstk
when building.Additional context
The text was updated successfully, but these errors were encountered: