Releases: WAVM/WAVM
Releases · WAVM/WAVM
nightly/2026-04-05
What's Changed
- Upgrade to LLVM 21 and overhaul build/test infrastructure by @AndrewScheidecker in #387
- Fix various issues by @AndrewScheidecker in #389
Full Changelog: nightly/2022-05-14...nightly/2026-04-05
nightly/2022-05-14
nightly/2022-05-03
Changes:
- 0ccbeb6 Fix incorrect use of __cxa_demangle by passing in a stack-allocated buffer.
- 21344d0 Fix clang-format
- 46d25c2 Add missing includes
- 0185b07 Const-correct operator== and != for HashMap/Set iterators
- 849c5fd Remove deprecated vs2017-win2016 Azure CI job
- 9c5822f Disable testing fuzz corpora in CentOS 7.0 build due to old git not able to clone the fuzz corpora from GitHub.
- 39d224a Fix Azure CI errors
- 29643fc Update Azure CI to use MacOS 10.15 VMs instead of the 10.14 VMs that Azure no longer supports.
- c313553 Fix build with Clang 13.
This list of changes was auto generated.
nightly/2021-12-15
nightly/2021-10-16
Changes:
- 9ffd3e2 Fix wavm run without an explicit ABI specified producing an error if the module doesn't have an emscripten_metadata section.
This list of changes was auto generated.
nightly/2021-10-08
Changes:
- 89881af Use VirtualAlloc2 on newer versions of Windows in Platform::allocateAlignedVirtualPages
- 92a9db5 Update Azure Pipelines Ubuntu VM image from ubuntu-16.04 to ubuntu-latest to avoid deprecation.
- c122710 Merge latest tests from spec repos.
- 81763a0 Remove Travis CI build status badge from README.md.
- 2d3c58f Change "non-web" to "non-browser" in README.md
- c9410e2 Code refactor and minor fixes
This list of changes was auto generated.
nightly/2021-09-13
nightly/2021-05-10
Changes:
- 93c3ad7 Fix CMake error on AArch64.
- ad81262 Rebuild the WASI tests with WASI SDK 12.0
- 4736307 Add mmap WASI test that uses the WASI libc's mmap emulation to cat a file.
- 2ea7b97 Add more info to WASI syscall tracing
- c180e5c Pass the wasm filename into WASI/Emscripten as the first command-line argument, instead of /proc/1/exe. [ #315 ]
- 290f05a Add support for WASI path_rename call
- 7df1a56 Cherry pick fixes for compiling with LLVM 12 from the llvm12 branch
This list of changes was auto generated.