Stream: git-wasmtime

Topic: wasmtime / PR #2447 Instantiate nested modules for module...


view this post on Zulip Wasmtime GitHub notifications bot (Nov 23 2020 at 23:31):

alexcrichton opened PR #2447 from instance-section to main:

This commit implements the interpretation necessary of the instance
section of the module linking proposal. Instantiating a module which
itself has nested instantiated instances will now instantiate the nested
instances properly. This isn't all that useful without the ability to
alias exports off the result, but we can at least observe the side
effects of instantiation through the start function.

cc #2094

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

alexcrichton updated PR #2447 from instance-section to main:

This commit implements the interpretation necessary of the instance
section of the module linking proposal. Instantiating a module which
itself has nested instantiated instances will now instantiate the nested
instances properly. This isn't all that useful without the ability to
alias exports off the result, but we can at least observe the side
effects of instantiation through the start function.

cc #2094

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

alexcrichton requested peterhuene for a review on PR #2447.

view this post on Zulip Wasmtime GitHub notifications bot (Dec 01 2020 at 19:32):

peterhuene submitted PR Review.

view this post on Zulip Wasmtime GitHub notifications bot (Dec 01 2020 at 20:01):

alexcrichton merged PR #2447.


Last updated: Oct 23 2024 at 20:03 UTC