WebAssembly / wasi-nn

Neural Network proposal for WASI
470 stars 36 forks source link

Add versioning to the WIT specification #71

Closed devigned closed 4 months ago

devigned commented 5 months ago

To provide stability of the interfaces as it progresses, I believe we should add versioning to the WASI-NN wit package. This would enable consumers of the interface to specify the version of the interface that is implemented.

I propose we start with package wasi:nn@0.2.0; and progress from there.

abrown commented 5 months ago

Do you want to open a PR to do that?

devigned commented 5 months ago

Do you want to open a PR to do that?

That is my intention. Just creating the issue first.