Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 5.6k
[wasm] Delete obsolete wasm console templates and related WASI build tests#129232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uh oh!
There was an error while loading. Please reload this page.
Changes from all commits
ec0a9ca1813abd3d8ce17413c7077a41c319605b2979fddac1b361ccFile filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +0,0 @@ | ||
| Wasi.Build.Tests.BuildPublishTests | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -12,14 +12,8 @@ Here is a quick overview of how to consume published artifacts. Assuming .NET SD | ||
| dotnet workload install wasi-experimental | ||
| ``` | ||
| This will install workload for building .NET based WASI apps + basic template. | ||
| Now you can create a new .NET application that targets WASI | ||
| ``` | ||
| dotnet new wasiconsole | ||
| ``` | ||
| And run it with | ||
| This will install the workload for building .NET based WASI apps. | ||
| You can start from the sample projects under `src/mono/sample/wasi`, or author a project that targets `wasi-wasm`, and run it with | ||
maraf marked this conversation as resolved.
Uh oh!There was an error while loading. Please reload this page. | ||
| ``` | ||
| dotnet run | ||
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.