Skip to content

Commit

Permalink
Add link to runtime doc request issue (#33658)
Browse files Browse the repository at this point in the history
  • Loading branch information
guardrex committed Sep 19, 2024
1 parent d77c5a3 commit 1658e76
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions aspnetcore/blazor/fundamentals/startup.md
Original file line number Diff line number Diff line change
Expand Up @@ -777,6 +777,9 @@ In advanced programming scenarios, the `configureRuntime` function with the `dot
* Configures the .NET WebAssembly runtime.
* Changes the behavior of a C library.

> [!NOTE]
> A documentation request is pending in the `dotnet/runtime` GitHub repository for more information on environment variables that configure the .NET WebAssembly runtime or affect the behavior of C libraries. Although the documentation request is pending, more information and cross-links to additional resources are available in the request, [Question/request for documentation on .NET WASM runtime env vars (`dotnet/runtime` #98225)](https://github.com/dotnet/runtime/issues/98225).
The `configureRuntime` function can also be used to [enable integration with a browser profiler](https://github.com/dotnet/runtime/blob/main/src/mono/wasm/features.md#profiling).

For the placeholders in the following examples that set an environment variable:
Expand Down

0 comments on commit 1658e76

Please sign in to comment.