WebAssembly / wasm-c-api

Wasm C API prototype
Apache License 2.0
534 stars 77 forks source link

Metering API #186

Open ashtonmeuser opened 11 months ago

ashtonmeuser commented 11 months ago

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.