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
setup_web.sh
setup_web.sh is currently used to install both wasm-bindgen-cli and binaryen.
wasm-bindgen-cli
binaryen
It has a few problems that keeps it from being portable:
windows
The basic logic should be:
The text was updated successfully, but these errors were encountered:
This is now duplicated by the other pixi-related work.
Sorry, something went wrong.
No branches or pull requests
setup_web.sh
is currently used to install bothwasm-bindgen-cli
andbinaryen
.It has a few problems that keeps it from being portable:
windows
doesn't have a package manager in CIbinaryen
isn't versioned and the version installed on 20.04 is too oldThe basic logic should be:
The text was updated successfully, but these errors were encountered: