WebAssembly / component-model

Repository for design and specification of the Component Model
Other
946 stars 79 forks source link

Allow start functions to call imports. #300

Closed sunfishcode closed 8 months ago

sunfishcode commented 8 months ago

Remove the restriction on component start functions calling imports. This allows start functions to run artbitrary user code.

lukewagner commented 8 months ago

Based on discussion in #297 (which this was forked from), I think we can merge this, but I'll wait a day or so.