Properly implement translation of ConsumeFuel
instructions and their fixed costs.
#764
Labels
register-machine
A work item for the register-machine engine.
Follow-up from #729.
So far we have concentrated on getting the Wasm to
wasmi
bytecode translation up and running with the most simple setup possible. This means we ignored translation ofConsumeFuel
instructions and their associated fuel costs so far mostly and are in need of doing this work to finalize the register-machinewasmi
engine.There should not be any difficulties compared to the already existing implementation for the stack-machine engine backend.
The text was updated successfully, but these errors were encountered: