finite-wasm icon indicating copy to clipboard operation
finite-wasm copied to clipboard

gas: add a mechanism for the user to configure which instructions are side-effectful and which ones aren't

Open nagisa opened this issue 1 year ago • 0 comments

They may want to specify that e.g. some pure instructions are impure in their runtime for some reason (maybe they use a host function call internally to implement it?) or perhaps, and more usefully, they might want to specify that some of the instructions that are blanket impure today are actually pure (or just don’t care for precise gas at the point in time).

nagisa avatar Jun 02 '23 11:06 nagisa