Skip to content

Commit

Permalink
Update how-to-use-web-assembly.md
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkatz6 authored Sep 22, 2024
1 parent 2ba5824 commit f989208
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/guides/platforms/how-to-use-web-assembly.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,17 @@ title: Web Assembly

Run in the browser with WebAssembly

1. Install `wasm-tools` workload tools. See [dotnet documentation](https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-workload-install). If you have an older .NET SDK, it might ask you to install other workloads like `wasm-experimental` as well.
1. Install `wasm-tools` workload tools. See [dotnet documentation](https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-workload-install).

```bash
dotnet workload install wasm-tools
```

:::note
If you are running `net8.0-browser` application on .NET 9 SDK, you should install `wasm-tools-net8` workload instead.
If you have an older .NET SDK, it might ask you to install other workloads like `wasm-experimental` as well.
:::

2. Install or update the dotnet templates to the latest version.

```bash
Expand Down

0 comments on commit f989208

Please sign in to comment.