Skip to content

Commit 824ccde

Browse files
lum1n0usricochet
authored andcommitted
Revised based on the CG feedback received
1 parent 4b763e9 commit 824ccde

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

_posts/2025-01-16-wamr-2024-summary.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ Another significant feature introduced in 2024 is the shared heap. This feature
4444

4545
The shared heap approach uses a pre-allocated region of linear memory as a "swap" area. Both the embedded system and Wasm can store and access shared objects here without the need for copying. However, this feature comes with its own set of challenges. Unlike memory.grow(), the new memory region isn't controlled by Wasm and may not even be aware of it. This requires runtime APIs to map the embedded-provided memory area into linear memory, making it a runtime-level solution rather than a Wasm opcode.
4646

47+
It's important to note that the shared heap is an experimental feature, and the intent is to work towards a standardized approach within the WebAssembly Community Group (CG). This will help set expectations for early adopters and ensure alignment with the broader Wasm ecosystem. As the feature evolves, feedback from the community will be crucial in shaping its development and eventual standardization.
48+
4749
### Newly Implemented Features
4850

4951
Several features have been finalized in 2024, further enhancing WAMR's capabilities:

0 commit comments

Comments
 (0)