WebAssembly / wasi-nn

Neural Network proposal for WASI
458 stars 35 forks source link

Switch to the latest WIT ABI version #28

Closed abrown closed 2 years ago

abrown commented 2 years ago

The WIT ABI tooling is changing quickly; e.g., a recent PR modified the syntax of WIT to use func instead of function. This change updates the WIT definition to use this new syntax and bumps the WIT ABI version in the CI to its latest version.