Stream: git-wasmtime

Topic: wasmtime / PR #2305 Don't store `Arc<VMInterrupts>` in in...


view this post on Zulip Wasmtime GitHub notifications bot (Oct 21 2020 at 18:43):

alexcrichton opened PR #2305 from no-arc to main:

Similar to other data structures owned by the Store there's no need
for Instance to have a strong Arc reference, instead it's sufficient
for Store to have the owning reference.

This is hopefully a slight improvement with https://github.com/bytecodealliance/wasmtime/issues/2295

view this post on Zulip Wasmtime GitHub notifications bot (Oct 21 2020 at 20:21):

fitzgen submitted PR Review.

view this post on Zulip Wasmtime GitHub notifications bot (Oct 21 2020 at 20:21):

fitzgen merged PR #2305.


Last updated: Oct 23 2024 at 20:03 UTC