From d3c9b169d81fd8b79e6695d91b3a1d0e8042a81f Mon Sep 17 00:00:00 2001 From: "Ngo Iok Ui (Wu Yu Wei)" Date: Tue, 29 Jun 2021 13:26:37 +0800 Subject: [PATCH] Fix Webview2 runtime performance issues (#316) --- .changes/delay.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .changes/delay.md diff --git a/.changes/delay.md b/.changes/delay.md new file mode 100644 index 000000000..15c2d9748 --- /dev/null +++ b/.changes/delay.md @@ -0,0 +1,6 @@ +--- +"wry": patch +--- + + +[#315](https://github.com/tauri-apps/wry/pull/315) fixed Webview2 runtime performance issues.