d-sonuga opened issue #13931:
Summary
OperatorCostonly configures a flat cost for each Wasm operator.
Operations likememory.fillcan do variable work and priced with a fixed 1 fuel per byte.
Add configurable per byte/unit costs toOperatorCostfor embedders to have control over how the pricing is
done for these kind of instructions.
fitzgen added the wasmtime:api label to Issue #13931.
fitzgen added the enhancement label to Issue #13931.
alexcrichton closed issue #13931:
Summary
OperatorCostonly configures a flat cost for each Wasm operator.
Operations likememory.fillcan do variable work and priced with a fixed 1 fuel per byte.
Add configurable per byte/unit costs toOperatorCostfor embedders to have control over how the pricing is
done for these kind of instructions.
Last updated: Aug 30 2026 at 09:07 UTC