You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 theimport!
macro to write code that uses the wasi-nn interface.The text was updated successfully, but these errors were encountered: