Homebrew tap for zwasm, a from-scratch WebAssembly runtime in Zig.
brew install zwasm/tap/zwasmSupported: macOS arm64, Linux x86_64 and Linux aarch64. Windows builds are on the Releases page rather than here.
zwasm used to ship from clojurewasm/tap. If you installed it that way,
brew update will point you at the new tap. To move by hand:
brew tap zwasm/tap
brew reinstall zwasmThe binaries are not code-signed. Homebrew installs them without a Gatekeeper prompt on most setups; if macOS still blocks one as coming from an unidentified developer, clear the quarantine flag once:
xattr -d com.apple.quarantine "$(which zwasm)"Apache-2.0, the same license as zwasm itself.