Thank you for contributing to this specification. This repository follows the same guidelines as the WASI contribution guidelines.
The specification is written in WIT (WebAssembly Interface Types) — see wit/wasi-nn.wit.
This is parseable by WIT tools (e.g., wit-bindgen, wit-abi). Note that, when altering the
WIT specification, the Markdown example file (ml-example.md) must also be updated or CI will fail.
To use wit-bindgen to update the ABI file, run:
$ cargo install wit-bindgen-cli@0.12.0
$ wit-bindgen markdown --html-in-md wit