Skip to content
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

Remove borrowed types from WIT-generated types on the guest #264

Closed
philpax opened this issue Mar 29, 2023 · 0 comments
Closed

Remove borrowed types from WIT-generated types on the guest #264

philpax opened this issue Mar 29, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@philpax
Copy link
Contributor

philpax commented Mar 29, 2023

Our version of wit-bindgen generates borrowed types where possible, which leads to significant boilerplate for converting types back and forth:

Luckily, the lovely folks over at the Bytecode Alliance have fixed this with a recent PR. Once this issue is fixed, we should be able to update and drop all of the borrowed types tooling on the guest (and hopefully not long after, the host).

@philpax philpax added the enhancement New feature or request label Mar 29, 2023
@philpax philpax self-assigned this Mar 29, 2023
philpax added a commit that referenced this issue May 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant