Stream: git-wasmtime

Topic: wasmtime / issue #2927 Allow Async Stores with Fuel to Ru...


view this post on Zulip Wasmtime GitHub notifications bot (May 22 2021 at 17:43):

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:

To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.

Learn more.
</details>

view this post on Zulip Wasmtime GitHub notifications bot (May 24 2021 at 14:45):

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 to u64. 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 of None silently representing that.


Last updated: Oct 23 2024 at 20:03 UTC