Closed
Description
Have we considered the feasibility of embedders (specifically the browser) being able to interrupt long-running wasm code to return responsiveness to the main thread?
In JavaScript I believe the unresponsive script dialog is triggered after a certain amount of time (5-10 seconds) of continuous execution.