v0.63.0
This is a huge release thanks to https://github.com/wasmCloud/wasmcloud-otp/pull/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
- BREAKING: pass log_level in HostData by @connorsmith256 in https://github.com/wasmCloud/wasmcloud-otp/pull/610
- Annotations typo fix by @brooksmtownsend in https://github.com/wasmCloud/wasmcloud-otp/pull/614
- macos static builds via bakeware by @pgray in https://github.com/wasmCloud/wasmcloud-otp/pull/593
- build(host_core): update
wasmcloudby @rvolosatovs in https://github.com/wasmCloud/wasmcloud-otp/pull/615 - Release via Burrito+Nix by @rvolosatovs in https://github.com/wasmCloud/wasmcloud-otp/pull/616
- ci: upload linux artifacts by @rvolosatovs in https://github.com/wasmCloud/wasmcloud-otp/pull/623