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 thestart
function.cc #2094
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 thestart
function.cc #2094
alexcrichton requested peterhuene for a review on PR #2447.
peterhuene submitted PR Review.
alexcrichton merged PR #2447.
Last updated: Nov 22 2024 at 17:03 UTC