WebAssembly / wasi-nn

Neural Network proposal for WASI
429 stars 34 forks source link

Fill in "API walk-through" section #40

Closed abrown closed 1 year ago

abrown commented 1 year ago

The README.md template has a section to explain how the API will be used. This change updates that section with some pseudo-Rust and points readers to the more detailed examples in the wasi-nn bindings.

Closes #39.