-
Notifications
You must be signed in to change notification settings - Fork 198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wit-bindgen support for value imports and value exports #263
Comments
I think the mechanism for complex (e.g. allocation-requiring) value imports will need to be discussed and rendered in the component model Canonical ABI before it can be implemented here. Particularly, this should address the initialization ordering of value imports, and what the |
WebAssembly/component-model#71 describes a specific ABI for value imports and exports. |
I'm going to close this for now since given the discussion on WebAssembly/component-model#100 the conclusion seems to be that values/start/etc should be postponed to a later date when other aspects are more fleshed out in the component model. To that end I think that short-to-mid-term designs should assume that In the near-to-mid-term my hope is that |
No description provided.
The text was updated successfully, but these errors were encountered: