From dc886fd390a773ad09a49c4a250e5b4a42d4c416 Mon Sep 17 00:00:00 2001 From: Steve Sanderson Date: Thu, 28 Mar 2024 21:26:17 +0000 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0348ab0..8518b6c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,10 @@ -# Experimental WASI SDK for .NET Core +# Deprecated + +This experimental SDK is now superseded by the .NET SDK's `wasi-experimental` workload (which itself is still experimental). See https://github.com/dotnet/runtime/blob/main/src/mono/wasi/README.md + +Everything below this point is for comparative purposes only. Please move your experiments over to use `wasi-experimental` instead of the packages in this repo. + +## Experimental WASI SDK for .NET Core `Wasi.Sdk` is an experimental package that can build .NET Core projects (including whole ASP.NET Core applications) into standalone WASI-compliant `.wasm` files. These can then be run in standard WASI environments or custom WASI-like hosts.