WebAssembly / wasi-nn

Neural Network proposal for WASI
428 stars 31 forks source link

Add versioning to the WIT specification #71

Open devigned opened 1 week ago

devigned commented 1 week 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 1 week ago

Do you want to open a PR to do that?

devigned commented 1 week ago

Do you want to open a PR to do that?

That is my intention. Just creating the issue first.