Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
bytecodealliance
GitHub Repository: bytecodealliance/wasmtime
Path: blob/main/crates/wasi-nn/examples/classification-example/Cargo.toml
1692 views
1
[package]
2
name = "wasi-nn-example"
3
version = "0.0.0"
4
authors = ["The Wasmtime Project Developers"]
5
readme = "README.md"
6
edition = "2021"
7
publish = false
8
9
[dependencies]
10
wasi-nn = "0.1.0"
11
12
# This crate is built with the wasm32-wasip1 target, so it's separate
13
# from the main Wasmtime build, so use this directive to exclude it
14
# from the parent directory's workspace.
15
[workspace]
16
17