Skip to content

Add WAMR community meeting notes for March 2025 #552

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 43 additions & 0 deletions wamr/2025/wamr-03-03.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# WAMR community Meeting Monthly

**See the [instructions](./README.md) for details on how to attend**

## Agenda

1. Opening, welcome and roll call
2. Announce that the meeting will be recorded and hit record as agreed upon in inaugural meeting.
3. Announcements
a. _Submit a PR to add your announcement here_
4. Other agenda items
- Discuss on predicable release schedule
- [[RFC]A New Allocation Strategy on Pool Mode](https://github.com/bytecodealliance/wasm-micro-runtime/issues/4063)
- [[RFC]Shared heap enhancements](https://github.com/bytecodealliance/wasm-micro-runtime/issues/4042)
- Update the progress status of several ongoing feature developments(Siemens)
- Forward recently comments regarding [the Alternative Solution for WASI](https://github.com/bytecodealliance/sig-embedded/pull/18).

## Attendees

- Liang He (Intel)
- Jun Xu (Intel)
- Marcin Kolny (Amazon)
- Qi Huang(Xiaomi)
- Tacke, Dominik (Siemens)
- Tianlong Liang (Intel)

## Notes

- Present the current manual tests conducted for a WAMR release. This encompasses tests for wamr-ide, lldb (with WAMR enhancements), and tests for embedded platforms using qmenu. If there are more efficient methods to automate these tests, that would be excellent.
- Debate whether wamr-ide and lldb (with WAMR enhancements) should be excluded from the standard WAMR binary release to ensure thorough testing and maintain a high quality standard.
- Continue to employ manual tests for wamr-ide and lldb (with WAMR enhancements) when releasing them separately.
- Amazon might possess some BKM for dockerizing a qmenu environment for testing embedded platforms.
- Rather than altering the current Alloc_Pool mode, it would be preferable to introduce a new mode.
- The shared-heap feature and its enhancements represent a distinct approach compared to the multi-memory proposal.
- The Siemens team is exploring various approaches to refine the GDB stub solution for AOT debugging to meet their product requirements. A recent update is that, since a complete stop is not permissible, using tracepoints may be more suitable than breakpoints.
- The development of another feature, exception handling, is ongoing. Its progress will be updated in the ticket shortly.

## Action Items

- Initiate a ticket to gather feedback on the release schedule.
- Provide feedback on the _New Allocation Strategy in Pool Mode_.
- Comment on the progress of the exception handling feature development.
- Initiate a ticket to gather feedback on next release.