I want to run WASM functions from CPP, but I need to apply a timeout if the computation takes too long. I was wondering if WAMR can do this on its own somehow.
I thought about using threads and terminating them. But I am not sure if running the VM inside a thread and killing it would result in inconsisting state if re-used later on.
Last updated: Dec 06 2025 at 07:03 UTC