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

Check required lang runtimes when running wws (from .wws.toml) #69

Closed
Tracked by #63
Angelmmiguel opened this issue Jan 20, 2023 · 0 comments · Fixed by #90
Closed
Tracked by #63

Check required lang runtimes when running wws (from .wws.toml) #69

Angelmmiguel opened this issue Jan 20, 2023 · 0 comments · Fixed by #90
Assignees
Labels
🚀 enhancement New feature or request
Milestone

Comments

@Angelmmiguel
Copy link
Contributor

Angelmmiguel commented Jan 20, 2023

As part of the wws initialization, it will retrieve the data from the .wws.toml file (#67). Then, it will use the runtime manager (#66) to check if the required runtimes are installed. If they are missing, it will install them by default in the current folder.

This step is required as runtimes may add more supported extensions to wws. For example, by default wws cannot support workers written in Python. However, they may add a Python runtime and wws will start managing .py files as workers.

If this step fails for any reason, wws will show a warning and will continue with the remaining supported extensions.

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 a pull request may close this issue.

1 participant