From b9c179df8cdecee1fea7106215bed07c74380874 Mon Sep 17 00:00:00 2001
From: Ilona Tomkowicz <32700855+ilonatommy@users.noreply.github.com>
Date: Wed, 18 Jun 2025 14:08:06 +0000
Subject: [PATCH 1/3] Dummy change.
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 07e5103998bb57..44804d7bf6c091 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,6 @@
# .NET Runtime
+
[](https://dev.azure.com/dnceng-public/public/_build/latest?definitionId=129&branchName=main)
[](https://github.com/dotnet/runtime/labels/help%20wanted)
[](https://github.com/dotnet/runtime/labels/good%20first%20issue)
From cfbc6dfb464a37b222a4cb521b5fc37bd7115838 Mon Sep 17 00:00:00 2001
From: Ilona Tomkowicz <32700855+ilonatommy@users.noreply.github.com>
Date: Wed, 18 Jun 2025 14:21:03 +0000
Subject: [PATCH 2/3] Trigger paths with WASM code.
---
src/mono/browser/build/README.md | 1 +
src/mono/wasm/features.md | 1 +
2 files changed, 2 insertions(+)
diff --git a/src/mono/browser/build/README.md b/src/mono/browser/build/README.md
index 495e8020b76a5a..f0a2f98e6d3081 100644
--- a/src/mono/browser/build/README.md
+++ b/src/mono/browser/build/README.md
@@ -1,5 +1,6 @@
# Wasm app build
+
This usually consists of taking the built assemblies, and related files, and generating an app bundle.
Wasm app build can run in two scenarios:
diff --git a/src/mono/wasm/features.md b/src/mono/wasm/features.md
index 97f1e8213d988f..76c4966add9c46 100644
--- a/src/mono/wasm/features.md
+++ b/src/mono/wasm/features.md
@@ -1,5 +1,6 @@
# Configuring and hosting .NET WebAssembly applications
+
## Table of contents
- [Configuring browser features](#Configuring-browser-features)
- [Project folder structure](#Project-folder-structure)
From 458326a579268e1a7b7c6b9d91da1327a0c9c610 Mon Sep 17 00:00:00 2001
From: Ilona Tomkowicz <32700855+ilonatommy@users.noreply.github.com>
Date: Wed, 18 Jun 2025 14:22:58 +0000
Subject: [PATCH 3/3] It has to be in code paths.
---
src/mono/browser/browser.proj | 1 +
src/mono/wasm/build/WasmApp.Common.props | 1 +
2 files changed, 2 insertions(+)
diff --git a/src/mono/browser/browser.proj b/src/mono/browser/browser.proj
index a5a763d1f34d8f..1c27f9104c0347 100644
--- a/src/mono/browser/browser.proj
+++ b/src/mono/browser/browser.proj
@@ -2,6 +2,7 @@
+
$([MSBuild]::NormalizeDirectory('$(ArtifactsBinDir)', 'native', '$(NetCoreAppCurrent)-$(TargetOS)-$(Configuration)-$(TargetArchitecture)'))
diff --git a/src/mono/wasm/build/WasmApp.Common.props b/src/mono/wasm/build/WasmApp.Common.props
index 9884d97b1d20bf..3d6b8b65c20b99 100644
--- a/src/mono/wasm/build/WasmApp.Common.props
+++ b/src/mono/wasm/build/WasmApp.Common.props
@@ -1,5 +1,6 @@
+
wasm
true