peterhuene opened PR #4605 from fix-extract-memory-initializer
to main
:
This PR fixes an issue where the
ExtractMemory
initializer wasn't
processed for adapters, leading to incorrect runtime instance indexes in
the initializer resulting from the insertion of adapter instances.Ultimately this would either resolve the memory from the wrong instance
or panic if the referenced instance didn't export a memory when
instantiating the component.The fix is to fixup the memory export's instance when processing global
initializers.
peterhuene requested alexcrichton for a review on PR #4605.
alexcrichton submitted PR review.
peterhuene updated PR #4605 from fix-extract-memory-initializer
to main
.
peterhuene closed without merge PR #4605.
Last updated: Nov 22 2024 at 17:03 UTC