Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveSandersonMS authored Mar 28, 2024
1 parent e1d1387 commit dc886fd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit dc886fd

Please sign in to comment.