|
|
|
|
|
by simonw
195 days ago
|
|
Do you have any plans to add timeouts or some other mechanism for limiting the amount of CPU a webassembly call can use? I'm always interested in options for using WebAssembly as a sandbox to run untrusted code, but one of the things I need to protect against is an infinite loop. (I had Claude knock up an experimental Python binding to try Epsilon out, notes from that here: https://github.com/simonw/research/tree/main/epsilon-python-... ) |
|
This lets it be handled asynchronously at the pace the host code chooses https://github.com/ringtailsoftware/uvm32