Skip to content

v0.63.0

Compare
Choose a tag to compare
@github-actions github-actions released this 16 May 19:05
· 19 commits to main since this release
62de47f

This is a huge release thanks to #616! The artifacts in this PR are now BEAM burritos 🌯 . They are self-extracting executables that can be run directly instead of using mix scripts, and are statically linked to OpenSSL and some other platform depedencies.

For example, this is how you now run the arm64 linux release

curl -fLO https://github.com/wasmCloud/wasmcloud-otp/releases/download/v0.63.0/wasmcloud_host_aarch64_linux_gnu
chmod +x wasmcloud_host_aarch64_linux_gnu
./wasmcloud_host_aarch64_linux_gnu

What's Changed

New Contributors

Full Changelog: v0.62.1...v0.63.0