* 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
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.