Skip to content

Commit

Permalink
[wasm] Update patch after template change (dotnet#101712)
Browse files Browse the repository at this point in the history
  • Loading branch information
radekdoulik authored and michaelgsharp committed May 8, 2024
1 parent 96d2a78 commit 884f90f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/mono/sample/wasm/browser-frame/browser-frame.diff
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
diff -ru browser-frame/Program.cs browser-frame/Program.cs
--- a/browser-frame/Program.cs 2024-03-07 09:00:37
+++ b/browser-frame/Program.cs 2024-03-05 15:38:42
@@ -1,6 +1,8 @@
using System;
@@ -3,6 +3,8 @@
using System.Runtime.InteropServices.JavaScript;
using System.Threading.Tasks;

+BrowserBench.FrameApp.ReachedManaged();
+
Console.WriteLine("Hello, Browser!");

public partial class MyClass
if (args.Length == 1 && args[0] == "start")
diff -ru browser-frame/wwwroot/index.html browser-frame/wwwroot/index.html
--- a/browser-frame/wwwroot/index.html 2024-03-07 09:00:37
+++ b/browser-frame/wwwroot/index.html 2024-03-05 15:38:42
Expand Down

0 comments on commit 884f90f

Please sign in to comment.