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

Implement the index metadata file #71

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

Implement the index metadata file #71

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

Comments

@Angelmmiguel
Copy link
Contributor

Angelmmiguel commented Jan 23, 2023

The purpose of the index.toml metadata file is to provide simplify the installation of new runtimes in wws. This file will live in a repository and point to the different runtimes available on it. By default, wws will rely on the WebAssembly Languages Runtime project. However, any other file repository can be used instead in wws.

The file format will be TOML to be consistent with the other configuration files.

Fields

Name Description
version The version of the index file
runtimes The list of runtimes. Every runtime contains all the fields defined at #65.
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
1 participant