From e10ec564990c5d11336786a27e59152d6b2b2b0f Mon Sep 17 00:00:00 2001 From: "liang.he" Date: Tue, 16 Apr 2024 07:30:47 +0800 Subject: [PATCH] add a new post link about higress's new wasm runtime (#47) --- .../index.md | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 content/en/events/higress-new-wasm-runtime-greatly-improves-performance/index.md diff --git a/content/en/events/higress-new-wasm-runtime-greatly-improves-performance/index.md b/content/en/events/higress-new-wasm-runtime-greatly-improves-performance/index.md new file mode 100644 index 0000000..5f8612d --- /dev/null +++ b/content/en/events/higress-new-wasm-runtime-greatly-improves-performance/index.md @@ -0,0 +1,22 @@ +--- +title: Higress's new WASM runtime Greatly Improves Performance" +description: "This article introduces the latest progress of Higress in switching the runtime of Wasm plug-in from V8 to WAMR." +excerpt: "" +date: 2024-04-11T12:13:14+08:00 +lastmod: 2024-04-11T12:13:14+08:00 +draft: false +weight: 50 +images: [] +categories: ['event'] +tags: [] +contributors: ['He Liang'] +pinned: false +homepage: false +event_date: "2024/04/11 (GMT+8)" +event_location: Alibaba Cloud Native Community" +--- + +This article introduces the latest progress of Higress in switching the runtime of Wasm plug-in from V8 to WebAssembly Micro Runtime (WAMR). By switching to WAMR and turning on the AOT mode, the Wasm plug-in performance has been greatly improved by 50% on average, and the performance of some plug-ins with complex logic has been doubled. + +Link: [Higress's new WASM Runtime Greatly Improves Performance](https://www.alibabacloud.com/blog/601025) +