From 334b4f8cb56d4ac608ad8ea069112cc62ac7b2ba Mon Sep 17 00:00:00 2001 From: Zhenwei Jin <109658203+kylo5aby@users.noreply.github.com> Date: Thu, 10 Jul 2025 08:29:03 +0800 Subject: [PATCH] Add readme for extended const (#4471) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 39ce5fd03..859ee3540 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,7 @@ WebAssembly Micro Runtime (WAMR) is a lightweight standalone WebAssembly (Wasm) - [Reference Types](https://github.com/WebAssembly/reference-types), ref to [document](doc/ref_types.md) and [sample](samples/ref-types) - [Bulk memory operations](https://github.com/WebAssembly/bulk-memory-operations), [Shared memory](https://github.com/WebAssembly/threads/blob/main/proposals/threads/Overview.md#shared-linear-memory), [Memory64](https://github.com/WebAssembly/memory64) - [Tail-call](https://github.com/WebAssembly/tail-call), [Garbage Collection](https://github.com/WebAssembly/gc), [Exception Handling](https://github.com/WebAssembly/exception-handling) +- [Extended Constant Expressions](https://github.com/WebAssembly/extended-const) ### Supported architectures and platforms The WAMR VMcore supports the following architectures: