Stream: git-wasmtime

Topic: wasmtime / PR #4622 Fix an issue in adapter module partit...


view this post on Zulip Wasmtime GitHub notifications bot (Aug 05 2022 at 01:01):

alexcrichton opened PR #4622 from fix-dfg-panic to main:

When an adapter module depends on a particular core wasm instance this
means that it actually depends on not only that instance but all prior
core wasm instances as well. This is because core wasm instances must be
instantiated in the specified order within a component and that cannot
change depending on the dataflow between adapters. This commit fixes a
possible panic from linearizing the component dfg where an adapter
module tried to depend on an instance that hadn't been instantiated yet
because the ordering dependency between core wasm instances hadn't been
modeled.

<!--

Please ensure that the following steps are all taken care of before submitting
the PR.

Please ensure all communication adheres to the code of conduct.
-->

view this post on Zulip Wasmtime GitHub notifications bot (Aug 05 2022 at 01:01):

alexcrichton requested peterhuene for a review on PR #4622.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 05 2022 at 01:05):

peterhuene submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 05 2022 at 01:06):

alexcrichton has enabled auto merge for PR #4622.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 05 2022 at 01:32):

alexcrichton merged PR #4622.


Last updated: Oct 23 2024 at 20:03 UTC