Skip to content
New issue

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

darwin releases missing wasm-opt? #4551

Open
dkegel-fastly opened this issue Oct 26, 2024 · 2 comments
Open

darwin releases missing wasm-opt? #4551

dkegel-fastly opened this issue Oct 26, 2024 · 2 comments

Comments

@dkegel-fastly
Copy link
Contributor

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

@deadprogram
Copy link
Member

The homebrew recipe installs it https://github.com/tinygo-org/homebrew-tools/blob/master/tinygo.rb#L6

@dkegel-fastly
Copy link
Contributor Author

dkegel-fastly commented Oct 28, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants