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
Current iwasm's default wasm operand stack size is 16KB, which is a little small, and iwasm often throws "wasm operand stack overflow" exception when running wasm apps. We had better enlarge the default size, seems 64KB is a better choice.