-
Notifications
You must be signed in to change notification settings - Fork 41
Closed
Labels
🚀 enhancementNew feature or requestNew feature or request
Milestone
Description
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. |
Metadata
Metadata
Assignees
Labels
🚀 enhancementNew feature or requestNew feature or request