wasm-c-api icon indicating copy to clipboard operation
wasm-c-api copied to clipboard

Metering API

Open ashtonmeuser opened this issue 1 year ago • 0 comments

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.

ashtonmeuser avatar Oct 15 '23 18:10 ashtonmeuser