wamr 3.0.0-dev.11
Pre-release
Pre-release
Highlights — changes since v3.0.0-dev.10:
- AOT host trampolines on macOS aarch64 —
TrampolinePoolnow maps its stub pool withMAP_JITand togglespthread_jit_write_protect_nparound every stub write (new no-op-elsewhereplatform.jitWriteProtect/platform.macos_jit), replacing the hardcodedsupports_pool = falsethat made every cross-instance / canon-lower host import fall back to a trap stub and segfault the component on Apple Silicon (#831). wamrc runargument ordering fix — forwarded args and the--precompiled-manifestselector are now emitted before the module positional, so--env KEY=VALUE/--allow-net CIDRreachwamr runas WASI host config instead of being swallowed as guest argv; awasi:httpoutbound component now runs end-to-end underwamrc run … -- --allow-net … --env …on macOS aarch64 (#831).
Install:
ghr install cataggar/wamr@v3.0.0-dev.11
See INSTALL.md for more options.