wabt icon indicating copy to clipboard operation
wabt copied to clipboard

Add release binaries for arm64

Open codefromthecrypt opened this issue 2 years ago • 2 comments

If we have binaries attached for common architectures, less need to burn CPU compiling from source. Linux and MacOS are common now, and Windows will be common soon enough. How about attaching bins at least for Linux and MacOS for arm64?

codefromthecrypt avatar Nov 15 '21 06:11 codefromthecrypt

Fedora Linux has arm64 (aarch64) binaries. Arch, Debian and Ubuntu have them as well.

rathann avatar Feb 07 '22 22:02 rathann

Sorry, by release I meant attaching to the release tag. this allows you to get a consistent version regardless of package manager schedule, and also it is usually faster in CI to download bins from GH assets vs run a package manager. (good to hear about ^^ though) https://github.com/WebAssembly/wabt/releases/tag/1.0.26

codefromthecrypt avatar Feb 07 '22 22:02 codefromthecrypt