|
| 1 | +## WAMR-1.2.2 |
| 2 | + |
| 3 | +### Breaking Changes |
| 4 | + |
| 5 | +### New Features |
| 6 | +- Implement Fast JIT multi-threading feature (#2134) |
| 7 | + |
| 8 | +### Bug Fixes |
| 9 | +- Update request.ts wasm_response_send signature (#2122) |
| 10 | +- Fix ems allocator unaligned memory access on riscv64 (#2140) |
| 11 | +- libc_wasi_wrapper.c: Fix min func issue for size_t < 8 bytes on some platforms (#2152) |
| 12 | +- Fix three multi-threading and wasm-c-api-imports issues (#2173) |
| 13 | +- Fix build polybench benchmark error with wasi-sdk-19.0 (#2187) |
| 14 | +- Fix wamr-ide debugger ignoring launch config (#2155) |
| 15 | + |
| 16 | +### Enhancements |
| 17 | +- Add test for validating linear memory size updates (#2078) |
| 18 | +- Update Zephyr docs to remove unsupported west subcommand (#2128) |
| 19 | +- Update messages/comments to refer the new place of the version definition (#2133) |
| 20 | +- build_wamr_lldb.yml: sync lldb build options between ubuntu and macos (#2132) |
| 21 | +- build_wamr_vscode_ext.yml: vsce publish only on the official repo (#2130) |
| 22 | +- VSCode-Extension: Download lldb built for ubuntu 20.04 (#2139) |
| 23 | +- Avoid re-installing if Tensorflow is already installed for WASI-NN (#2148) |
| 24 | +- wamrc: Add --stack-usage option (#2158) |
| 25 | +- Fix URL in language-bindings/python/README.md (#2166) |
| 26 | +- Fix URL in embed_wamr.md (#2165) |
| 27 | +- Fix URL in README.md (#2168) |
| 28 | +- Return error when exception was raised after main thread finishes (#2169) |
| 29 | +- wasi-nn: Add external delegation to support several NPU/GPU (#2162) |
| 30 | +- Update document for iwasm/wamrc dependent packages (#2183) |
| 31 | +- Use a manual flag to disable clock_nanosleep on the unsupported platforms (#2176) |
| 32 | +- Fix compile warnings on windows platform (#2208) |
| 33 | + |
| 34 | +### Others |
| 35 | +- CI: Add ubsan checks to samples/wasm-c-api (#2147) |
| 36 | +- CI: More precise trigger paths for github actions (#2157) |
| 37 | + |
| 38 | +--- |
| 39 | + |
1 | 40 | ## WAMR-1.2.1 |
2 | 41 |
|
3 | 42 | ### Breaking Changes |
|
0 commit comments