Stream: git-wasmtime

Topic: wasmtime / PR #2374 Remove an `Arc` holding module code f...


view this post on Zulip Wasmtime GitHub notifications bot (Nov 06 2020 at 21:40):

alexcrichton opened PR #2374 from less-arc to main:

We've generally moved to a model where InstanceHandle doesn't hold
ownership of its internals, instead relying on the caller to manage
that. This removes an allocation on the Func::wrap path but otherwise
shouldn't have much impact.

view this post on Zulip Wasmtime GitHub notifications bot (Nov 06 2020 at 21:49):

peterhuene submitted PR Review.

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

alexcrichton merged PR #2374.


Last updated: Nov 22 2024 at 16:03 UTC