Stream: git-wasmtime

Topic: wasmtime / PR #11945 Expose epoch_deadline_callback in C+...


view this post on Zulip Wasmtime GitHub notifications bot (Oct 28 2025 at 11:54):

vdimir edited PR #11945.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 28 2025 at 11:57):

vdimir submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 28 2025 at 11:57):

vdimir created PR review comment:

By the way, is there any reason why we should do epoch_deadline_delta += 1 in the callback instead of context.set_epoch_deadline(1) (the second does not work in the newly added test)?

view this post on Zulip Wasmtime GitHub notifications bot (Oct 29 2025 at 07:12):

alexcrichton submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 29 2025 at 07:12):

alexcrichton created PR review comment:

I believe it mostly mirrors the Rust-side API here. Other than that though no particular reasons, you're right that the Rust side could use the store to update the dealine and then return continue/yield as an enum.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 29 2025 at 07:36):

alexcrichton merged PR #11945.


Last updated: Dec 06 2025 at 06:05 UTC