From 74504254d8c68866e9c96252a39ac0a7c63d0b5f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marek=20Fi=C5=A1era?= Date: Thu, 11 May 2023 09:55:10 +0200 Subject: [PATCH] [wasm] Docs on overriding runtime pack in blazor wasm (#85455) --- src/mono/wasm/build/README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/src/mono/wasm/build/README.md b/src/mono/wasm/build/README.md index e9552c8..e1565c8 100644 --- a/src/mono/wasm/build/README.md +++ b/src/mono/wasm/build/README.md @@ -140,4 +140,17 @@ If encountering build performance issues, you can use the rollup `--perf` option ```node node_modules/typescript/lib/tsc.js --generateCpuProfile dotnet-tsc.cpuprofile -p tsconfig.json ``` -The .cpuprofile file generated by node can be opened in the Performance tab of Chrome or Edge's devtools. \ No newline at end of file +The .cpuprofile file generated by node can be opened in the Performance tab of Chrome or Edge's devtools. + +## Blazor + +You can test local build of runtime in blazor by overriding location where blazor resolves runtime pack from + +*BlazorWasm.csproj* +```xml + + + + + +``` \ No newline at end of file -- 2.7.4