Stream: wamr

Topic: Can WAMR execute functions async?


view this post on Zulip mainrs (Jul 14 2025 at 08:45):

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