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.
Last updated: Jul 29 2026 at 05:03 UTC