Skip to content

wamr 3.0.0-dev.11

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 09 Jun 06:47
c2b98b0

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

  • AOT host trampolines on macOS aarch64TrampolinePool now maps its stub pool with MAP_JIT and toggles pthread_jit_write_protect_np around every stub write (new no-op-elsewhere platform.jitWriteProtect/platform.macos_jit), replacing the hardcoded supports_pool = false that made every cross-instance / canon-lower host import fall back to a trap stub and segfault the component on Apple Silicon (#831).
  • wamrc run argument ordering fix — forwarded args and the --precompiled-manifest selector are now emitted before the module positional, so --env KEY=VALUE / --allow-net CIDR reach wamr run as WASI host config instead of being swallowed as guest argv; a wasi:http outbound component now runs end-to-end under wamrc run … -- --allow-net … --env … on macOS aarch64 (#831).

Install:

ghr install cataggar/wamr@v3.0.0-dev.11

See INSTALL.md for more options.