Skip to content

Commit 014c374

Browse files
authored
Clarify wasm-tools Python dependency note (#36681)
1 parent dd65285 commit 014c374

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

aspnetcore/blazor/webassembly-build-tools-and-aot.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ The following list shows which workload to install for each .NET SDK, depending
4747
* Targeting .NET 8 requires `wasm-tools-net8`.
4848
* Using the .NET 8 SDK: Targeting .NET 8 requires `wasm-tools`.
4949

50-
The Emscripten compiler toolchain depends on [LLVM](https://llvm.org/), [Node.js](https://nodejs.org), and [Python](https://www.python.org/), which are installed by default with the .NET WebAssembly build tools workload on Windows and macOS. Python isn't installed for Linux users by default, so Linux users should [download Python for Linux/Unix](https://www.python.org/downloads/source/) and manually install it on their system.
50+
The Emscripten compiler toolchain depends on [Python](https://www.python.org/), which is bundled by default with the .NET WebAssembly build tools workload on Windows and macOS.
51+
Python isn't bundled for Linux users, resulting in "unable to find python in $PATH" errors if Python isn't available. Linux users should install Python through their package manager or [download Python for Linux/Unix](https://www.python.org/downloads/source/) and manually install it on their system so that it is available in `$PATH`.
5152

5253
## Ahead-of-time (AOT) compilation
5354

0 commit comments

Comments
 (0)