Stream: git-wasmtime

Topic: wasmtime / PR #13393 Insert fuel/epoch checks in bulk cop...


view this post on Zulip Wasmtime GitHub notifications bot (May 15 2026 at 23:32):

alexcrichton opened PR #13393 from alexcrichton:fuel to bytecodealliance:main:

This commit builds on previous refactors to enable splitting up large bulk copies/fills into chunks with explicit preemption checks between them. This additionally consumes fuel proportional to the size of the operation as opposed to previously where a constant amount of fuel was consumed regardless.

This notably does not handle instructions like memory.init nor table.copy. That'll come in a future commit.

cc #13387

<!--
Please make sure you include the following information:

Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.html

Please ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->

view this post on Zulip Wasmtime GitHub notifications bot (May 15 2026 at 23:32):

alexcrichton requested cfallin for a review on PR #13393.

view this post on Zulip Wasmtime GitHub notifications bot (May 15 2026 at 23:32):

alexcrichton requested wasmtime-core-reviewers for a review on PR #13393.

view this post on Zulip Wasmtime GitHub notifications bot (May 15 2026 at 23:32):

alexcrichton requested wasmtime-compiler-reviewers for a review on PR #13393.

view this post on Zulip Wasmtime GitHub notifications bot (May 15 2026 at 23:40):

alexcrichton updated PR #13393.

view this post on Zulip Wasmtime GitHub notifications bot (May 18 2026 at 18:45):

:thumbs_up: fitzgen submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (May 18 2026 at 18:46):

fitzgen added PR #13393 Insert fuel/epoch checks in bulk copies/fills to the merge queue.

view this post on Zulip Wasmtime GitHub notifications bot (May 18 2026 at 19:12):

:check: fitzgen merged PR #13393.

view this post on Zulip Wasmtime GitHub notifications bot (May 18 2026 at 19:12):

fitzgen removed PR #13393 Insert fuel/epoch checks in bulk copies/fills from the merge queue.


Last updated: Jun 01 2026 at 09:49 UTC