-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add a new post link about higress's new wasm runtime (#47)
- Loading branch information
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
22 changes: 22 additions & 0 deletions
22
content/en/events/higress-new-wasm-runtime-greatly-improves-performance/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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) | ||
|