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

Switch to WIT #64

Open
abrown opened this issue Jul 13, 2022 · 1 comment
Open

Switch to WIT #64

abrown opened this issue Jul 13, 2022 · 1 comment

Comments

@abrown
Copy link
Collaborator

abrown commented Jul 13, 2022

The wasi-nn specification has been ported over from the old WITX syntax to the new WIT syntax (see WebAssembly/wasi-nn#17). This repository should switch over to using WIT-based tooling. I see a couple of ways this could work:
a. we replace the generated bindings in this repository with bindings generated by wit-bindgen
b. we remove the generated bindings in this repository and instead document how to use wit-bindgen-rust and the import! macro to write code that uses the wasi-nn interface.

@abrown
Copy link
Collaborator Author

abrown commented Jul 13, 2022

cc: @brianjjones

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