Stream: git-wasmtime

Topic: wasmtime / issue #4244 shared memory: use shared memories...


view this post on Zulip Wasmtime GitHub notifications bot (Jun 08 2022 at 16:04):

abrown opened issue #4244:

The pooling allocator creates memories in a specific region that is torn down with the instance. In #4187, shared memories are implemented to own their own memory. It is unclear what changes are needed at this point to make shared memories work with the pooling allocator (e.g., assign shared memories to a store?) but this issue serves to track the resolution of this problem.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 08 2022 at 17:14):

alexcrichton labeled issue #4244:

The pooling allocator creates memories in a specific region that is torn down with the instance. In #4187, shared memories are implemented to own their own memory. It is unclear what changes are needed at this point to make shared memories work with the pooling allocator (e.g., assign shared memories to a store?) but this issue serves to track the resolution of this problem.


Last updated: Nov 22 2024 at 16:03 UTC