Stream: git-wasmtime

Topic: wasmtime / issue #4283 Formalize stance on imported and e...


view this post on Zulip Wasmtime GitHub notifications bot (Jun 17 2022 at 15:39):

alexcrichton opened issue #4283:

Currently my plan for the initial implementation of the component model is to not support either importing a component from the host or exporting a component to the host. Internally a component may export and import components but this can't bubble all the way up to the host. My current plan is to write down errors for when this case arises which point to this issue.

I'm filing this to track an "official" stance in a sense where we should either commit to this implementation detail or we should figure out how to implement this. At this time avoiding importing or exporting components is a massively simplifying detail for the implementation of the component model.

view this post on Zulip Wasmtime GitHub notifications bot (Jun 17 2022 at 15:39):

alexcrichton labeled issue #4283:

Currently my plan for the initial implementation of the component model is to not support either importing a component from the host or exporting a component to the host. Internally a component may export and import components but this can't bubble all the way up to the host. My current plan is to write down errors for when this case arises which point to this issue.

I'm filing this to track an "official" stance in a sense where we should either commit to this implementation detail or we should figure out how to implement this. At this time avoiding importing or exporting components is a massively simplifying detail for the implementation of the component model.


Last updated: Oct 23 2024 at 20:03 UTC