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
wasm_runtime_start_debug_instance uses wasm_runtime_module_malloc to reserve memory for _M.
it isn't safe because the in-module heap might have not been initialized properly yet.