Other Wasm runtimes have support for gas metering or fuel that allow Wasm code to have an upper bound on computation. Wasmtime's implementation even supports yielding. It'd be great to have this support in wamr
https://docs.rs/wasmtime/latest/wasmtime/struct.Config.html#method.consume_fuel
Other Wasm runtimes have support for gas metering or fuel that allow Wasm code to have an upper bound on computation. Wasmtime's implementation even supports yielding. It'd be great to have this support in wamr
https://docs.rs/wasmtime/latest/wasmtime/struct.Config.html#method.consume_fuel