Files
wasmtime/crates/wasi-nn/examples/classification-example
Andrew Brown 45bee40f33 wasi-nn: use the newly-published Rust bindings for wasi-nn
The bindings are now published on [crates.io](https://crates.io/crates/wasi-nn) and have been moved to their [own repository](https://github.com/bytecodealliance/wasi-nn).
2021-04-13 16:00:06 -07:00
..

This example project demonstrates using the wasi-nn API to perform ML inference. It consists of Rust code that is built using the wasm32-wasi target. See ci/run-wasi-nn-example.sh for how this is used.