Homebrew tap for ClojureWasm tools.
brew install clojurewasm/tap/cljwSupported: macOS arm64 and Linux x86_64.
The cljw binary is not code-signed. Homebrew installs it without a Gatekeeper
prompt on most setups; if macOS still blocks it as coming from an unidentified
developer, clear the quarantine flag once:
xattr -d com.apple.quarantine "$(which cljw)"The formulae here are MIT-licensed. The packaged software keeps its own license (cljw is EPL-2.0).