wamr 3.0.0-dev.12
Pre-release
Pre-release
Highlights — changes since v3.0.0-dev.11:
- AOT host-import trampolines on Windows x86-64 —
supports_poolnow returns true for windows+x86_64; the RWX stub pool is allocated via the platform NT-API (platform.mmap/munmap,PAGE_EXECUTE_READWRITE) and a newencodeWin64Stubemits a Win64-ABI arg-shifting shim (rcx/rdx/r8/r9 + 32-byte shadow space). Previously everywasi:*/ cross-instance host import was rejected withUnsupportedPlatformand trapped on first call; awasi:httpcomponent now AOT-runs and dispatches host imports on Windows x64 (#835). - Release signing via
releaseEnvironment OIDC subject — Windows build/sign jobs now run in areleaseGitHub Environment so their Azure Trusted Signing OIDC subject becomes the tag-independentrepo:cataggar/wamr:environment:release, matched by a single environment-based FIC covering every future tag — eliminating the per-tag federated-identity records that previously had to be created by hand for each release (#830, #832).
Install:
ghr install cataggar/wamr@v3.0.0-dev.12
See INSTALL.md for more options.