Stream: git-wasmtime

Topic: wasmtime / PR #10937 Don't pass vmctx to component libcalls


view this post on Zulip Wasmtime GitHub notifications bot (Jun 05 2025 at 20:54):

alexcrichton opened PR #10937 from alexcrichton:component-libcalls-safe to bytecodealliance:main:

Take a leaf out of the core libcalls book where the from_vmctx call is baked in as part of each libcall so libcalls can receive safer arguments by default. There's still much unsafe in the libcalls due to their arguments or accessing *instance.store(), but this latter part will be fixed in a follow-up commit soon.

<!--
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 (Jun 05 2025 at 20:54):

alexcrichton requested pchickey for a review on PR #10937.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 05 2025 at 20:54):

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

view this post on Zulip Wasmtime GitHub notifications bot (Jun 05 2025 at 20:59):

alexcrichton updated PR #10937.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 05 2025 at 21:10):

alexcrichton updated PR #10937.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 05 2025 at 23:28):

pchickey submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 06 2025 at 00:03):

alexcrichton merged PR #10937.


Last updated: Dec 06 2025 at 06:05 UTC