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

Look into Source Generators as future improvements #13

Open
jsturtevant opened this issue Sep 15, 2023 · 0 comments
Open

Look into Source Generators as future improvements #13

jsturtevant opened this issue Sep 15, 2023 · 0 comments

Comments

@jsturtevant
Copy link
Collaborator

Instead of generating code via a command we could have code generated on demand via Source Generators. This could allow to pick up the wit file and automatically add all bindings. Things like attributes could provide additional meta data around naming as is done in https://github.com/Yeseh/wasm-sourcegen.

The cli tool could still be useful for initialization and building but we could also provide build targets that do the additional building as an alternative.

Also at some point in the future, c bindings won't be necessary either:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant