wasm-c-api
wasm-c-api copied to clipboard
Metering API
Many of the popular Wasm runtimes that adhere to the Wasm C API e.g. Wasmtime, Wasmer support metering. Typically, either fuel- or timeout-based metering is supported. It would be great to have this standardized in the Wasm C API so that generic metering can be used without using a runtime's bespoke API.