-
Notifications
You must be signed in to change notification settings - Fork 36
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
Add example to README #23
Comments
cc: @brianjjones |
i happened to search examples yesterday. |
That first one only does a |
i agree it's better to migrate the latter one to wit. |
do you mean s/not/now/ ? |
my attempt |
Well, there's work to be done in Wasmtime as you saw in that PR but there is also work to be done in the bindings (e.g., Rust, as you point out). I think @bjorn3's suggestion to use the wit-bindgen macros is reasonable (for reference, see bytecodealliance/wasi-nn#64). |
The README includes a placeholder for an example walking through the API. Ideally, the example would include all of the calls in some language (e.g., Rust) to demonstrate how to perform something like image classification using the wasi-nn API. Optionally, this could leverage some of the
wit-bindgen
tooling since the specification is now WIT-based.The text was updated successfully, but these errors were encountered: