github-actions[bot] commented on issue #2927:
Subscribe to Label Action
cc @peterhuene
<details>
This issue or pull request has been labeled: "wasmtime:api"Thus the following users have been cc'd because of the following labels:
- peterhuene: wasmtime:api
To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.
Learn more.
</details>
alexcrichton commented on issue #2927:
Thanks for the PR! The original intention was that
u32::max_value()
would be sufficient for anyone wanting to use this, although thinking about this again now if only a small amount of fuel is injected each time then we should perhaps bump that up tou64
. I think that would allow effectively infinite execution still?Personally I think that this, if still desired instead of
u64
, should probably be done through a separate method which is dedicated to infinite execution instead ofNone
silently representing that.
Last updated: Nov 22 2024 at 17:03 UTC