Skip to content

v5.2.12

Latest
Compare
Choose a tag to compare
@alexrp alexrp released this 29 Nov 03:47
· 70 commits to master since this release
v5.2.12
76012f8
  • Added support for wasi-wasm.
    • Note that there is no support for building static libraries yet.
  • Added a NoEntryPoint property to allow building executables without an entry point.
  • Added an ExecutionModel property to control the execution model for WebAssembly executables (Command or Reactor).
  • Fixed QEMU detection to use qemu-ppc64le instead of qemu-ppc64.
  • Added support for using Wasmtime as a WebAssembly emulator.