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

Remove dependency on which crate #3172

Merged
merged 1 commit into from
Mar 12, 2024
Merged

Remove dependency on which crate #3172

merged 1 commit into from
Mar 12, 2024

Conversation

maxbrunsfeld
Copy link
Contributor

@maxbrunsfeld maxbrunsfeld commented Mar 12, 2024

We were just using it to check if emcc, docker, and podman were available, but that can be done more simply, by just invoking the commands and checking the result.

Soon, I may switch the wasm compilation to use wasi-sdk instead of emscripten anyway. At that point, I would just have the CLI download wasi-sdk automatically, instead of checking if it were on the PATH.

MSRV

Unfortunately, even after removing which, our MSRV is still limited to >= 1.74, due to the clap_builder dependency.

@maxbrunsfeld maxbrunsfeld merged commit 2ff7467 into master Mar 12, 2024
13 checks passed
@maxbrunsfeld maxbrunsfeld deleted the remove-which-crate branch March 12, 2024 19:38
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

Successfully merging this pull request may close these issues.

None yet

1 participant