Skip to content

Commit 8f86b37

Browse files
authored
Update release notes (#3506)
1 parent 53f26e4 commit 8f86b37

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

RELEASE_NOTES.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
### Breaking Changes
44

55
### New Features
6+
- Add wasm_export.h APIs to expose memory type (#3496)
67
- Add api to get export global instance (#3452)
78
- Add wasm-mutator-fuzz test (#3420)
89
- Implement Memory64 support for AOT (#3362)
@@ -12,6 +13,8 @@
1213
- Add WASI support for esp-idf platform (#3348)
1314

1415
### Bug Fixes
16+
- Fix posix build when libc wasi is disabled and debug interp is enabled (#3503)
17+
- Fix wasm_mini_loader.c build when jit or multi-module is enabled (#3502)
1518
- Fix wasm loader check data segment count (#3492)
1619
- Fix loader parse block type and calculate dynamic offset for loop args (#3482)
1720
- Fix memory64 handling find_block_addr and execute_main (#3480)
@@ -48,6 +51,7 @@
4851
- Enhance wasm loader checks for opcode br_table (#3352)
4952

5053
### Others
54+
- Bump requests from 2.32.2 to 2.32.3 in /build-scripts (#3494)
5155
- Enable building static library on Android platform (#3488)
5256
- wasm-mutator-fuzz: Generate more kinds of corpus (#3487)
5357
- Correct nuttx repo names (#3484)

0 commit comments

Comments
 (0)