Files
wasmtime/crates/wasi-nn/examples/classification-example
Alex Crichton 4933762d81 Add release notes for 3.0.1 and update some versions (#5364)
* Add release notes for 3.0.1

* Update some version directives for crates in Wasmtime

* Mark anything with `publish = false` as version 0.0.0
* Mark the icache coherence crate with the same version as Wasmtime

* Fix manifest directives
2022-12-06 01:26:39 +00: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.