You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
The purpose of the
index.toml
metadata file is to provide simplify the installation of new runtimes inwws
. 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
version
runtimes
The text was updated successfully, but these errors were encountered: