Add link to runtime doc request issue (#33658)

pull/33654/head
Luke Latham 2024-09-19 07:24:20 -04:00 committed by GitHub
parent d77c5a34bb
commit 1658e76fa7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -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: