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
Why in the 14 release __wasm_call_ctors and __wasm_call_ctors is called after each export function call?
In the 12 release everything worked fine and all the variables and state was preserved, but 14 release broke this.