Stream: git-wasmtime

Topic: wasmtime / PR #8750 Handle defined shared memories in dwa...


view this post on Zulip Wasmtime GitHub notifications bot (Jun 05 2024 at 22:16):

alexcrichton opened PR #8750 from alexcrichton:handle-defined-shared-memory to bytecodealliance:main:

This commit resolves an assert in the dwarf generating of core wasm modules when the module has a defined linear memory which is flagged shared. This is represented slightly differently in the VMContext than owned memories that aren't shared, and looks more like an imported memory. With support in #8740 it's now much easier to support this.

Closes #8652

<!--
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 2024 at 22:16):

alexcrichton requested fitzgen for a review on PR #8750.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 05 2024 at 22:16):

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

view this post on Zulip Wasmtime GitHub notifications bot (Jun 06 2024 at 13:26):

fitzgen submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 06 2024 at 13:41):

fitzgen merged PR #8750.


Last updated: Oct 23 2024 at 20:03 UTC