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

feat(compute/build): support wasm-tools installed into $PATH #1183

Merged
merged 1 commit into from
Apr 18, 2024

Conversation

Integralist
Copy link
Collaborator

The Fastly CLI has historically installed any required software (e.g. wasm-tools) inside of a CLI-managed directory.

Some users prefer to manage these software dependencies themselves (e.g. brew install wasm-tools).

This PR supports that workflow by first checking the $PATH and using whatever is installed there.

Otherwise, the CLI will use the software from its own managed directory, and it will continue to keep it updated.

Software used from the user's $PATH is not updated or managed by the CLI.

@Integralist Integralist added the enhancement New feature or request label Apr 18, 2024
@Integralist Integralist merged commit 9f33315 into main Apr 18, 2024
8 checks passed
@Integralist Integralist deleted the integralist/fix-viceroy-wasm-lookup branch April 18, 2024 10:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants