We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Shades of #3977, but for darwin:
% tar -tf ~/Downloads/tinygo0.33.0.darwin-arm64.tar.gz | grep -i wasm-opt || echo bupkis bupkis % tar -tf ~/Downloads/tinygo0.33.0.darwin-amd64.tar.gz | grep -i wasm-opt || echo bupkis bupkis % tar -tf ~/Downloads/tinygo0.33.0.linux-amd64.tar.gz | grep -i wasm-opt || echo bupkis tinygo/bin/wasm-opt
Persists in 0.34-pre
The text was updated successfully, but these errors were encountered:
The homebrew recipe installs it https://github.com/tinygo-org/homebrew-tools/blob/master/tinygo.rb#L6
Sorry, something went wrong.
Right. I guess that's how most people get it, so including it in the tarball is low priority.
I use brew for everything but go and tinygo, I don't trust it to not screw up... otherwise I wouldn't have noticed.
No branches or pull requests
Shades of #3977, but for darwin:
Persists in 0.34-pre
The text was updated successfully, but these errors were encountered: