From 46b4fbce3b0595c566e0a28586af550e3bac6952 Mon Sep 17 00:00:00 2001 From: David Justice Date: Tue, 25 Jun 2024 12:41:50 -0400 Subject: [PATCH] add pkg version 0.2.0-rc-2024-06-25 to start wit pkg versioning Signed-off-by: David Justice --- wit/wasi-nn.wit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wit/wasi-nn.wit b/wit/wasi-nn.wit index 8bea66e..872e8cd 100644 --- a/wit/wasi-nn.wit +++ b/wit/wasi-nn.wit @@ -1,4 +1,4 @@ -package wasi:nn; +package wasi:nn@0.2.0-rc-2024-06-25; /// `wasi-nn` is a WASI API for performing machine learning (ML) inference. The API is not (yet) /// capable of performing ML training. WebAssembly programs that want to use a host's ML