Skip to content

wamr 3.0.0-dev.12

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 11 Jun 12:37
5141f97

Highlights — changes since v3.0.0-dev.11:

  • AOT host-import trampolines on Windows x86-64supports_pool now 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 new encodeWin64Stub emits a Win64-ABI arg-shifting shim (rcx/rdx/r8/r9 + 32-byte shadow space). Previously every wasi:* / cross-instance host import was rejected with UnsupportedPlatform and trapped on first call; a wasi:http component now AOT-runs and dispatches host imports on Windows x64 (#835).
  • Release signing via release Environment OIDC subject — Windows build/sign jobs now run in a release GitHub Environment so their Azure Trusted Signing OIDC subject becomes the tag-independent repo: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.