Skip to content

WAMR-01-18-2022

Compare
Choose a tag to compare
@wenyongh wenyongh released this 18 Jan 08:56
· 1213 commits to main since this release
d856af6

Fix some ESP-IDF issues, enable AOT and native stack overflow check
Automatically detect the host platform in CMakeLists.txt
Update document of multi-module
Remove hardcoded stack size in thread_manager.c
Upgrade uvwasi to 1.42.0 and fix Android link issues
Fix some issues on MacOS platform
Enable XIP on Windows platform
GetCurrentThreadStackLimits dynamically for Windows platform
Use clang+llvm released binaries instead of "apt install" in Dockerfile
Update document about building wasm app with wasi-sdk
Fix pointer unchecked issue in thread-mgr.c
Correct stack base calculation on MacOS and NuttX
Fix __wasi_subscription_t inconsistent with wasi-libc issue
Fix aarch64 build support
Refine llvm pass order
Fix thread manager issues
Refine is_xip_file and pointer range check
Specify a commit ID for XNNPACK workload