Stream: git-wasmtime

Topic: wasmtime / PR #1514 Keep frame info registered until inte...


view this post on Zulip Wasmtime GitHub notifications bot (Apr 15 2020 at 18:29):

alexcrichton opened PR #1514 from no-drop to master:

This commit fixes an issue where the global registration of frame data
goes away once the wasmtime::Module has been dropped. Even after this
has been dropped, though, there may still be wasmtime::Func instances
which reference the original module, so it's only once the underlying
wasmtime_runtime::Instance has gone away that we can drop everything.

Closes #1479

view this post on Zulip Wasmtime GitHub notifications bot (Apr 15 2020 at 18:55):

peterhuene submitted PR Review.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 16 2020 at 19:00):

alexcrichton merged PR #1514.


Last updated: Jan 09 2026 at 13:15 UTC