Stream: git-wasmtime

Topic: wasmtime / PR #5311 Refactor shared memory internals, exp...


view this post on Zulip Wasmtime GitHub notifications bot (Nov 21 2022 at 22:47):

alexcrichton opened PR #5311 from refactor-shared-memory to main:

This commit refactors the internals of wasmtime_runtime::SharedMemory a bit to expose the necessary functions to invoke from the wasmtime::SharedMemory layer. Notably some items are moved out of the RwLock from prior, such as the type and the VMMemoryDefinition. Additionally the organization around the atomic_* methods has been redone to ensure that the wasmtime-layer abstraction has a single method to call into which everything else uses as well.

<!--

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 (Nov 22 2022 at 08:09):

haraldh submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Nov 22 2022 at 16:51):

abrown submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Nov 22 2022 at 16:51):

abrown merged PR #5311.


Last updated: Oct 23 2024 at 20:03 UTC