Specification of ExeUnit/Runtime to host the resources provided.
(Not applicable)
golem.runtime.capabilities : List[String]
Indicates the supported capabilities of the ExeUnit/Runtime offered on the market.
| Value | Description | | ———- | ————————————————– | | “vpn” | VPN network capabilities are supported | | | |
golem.runtime.capabilities=["vpn"]
- declares runtime supporting VPN capabilities.golem.runtime.name : String
Indicates the ExeUnit/Runtime required/provided.
| Value | Description |
| ———- | ————————————————– |
| “wasmtime” | Golem Factory’s WASI runtime (based on wasmtime
) https://github.com/golemfactory/ya-runtime-wasi |
| “vm” | Golem Factory’s VM runtime (based on QEMU
) https://github.com/golemfactory/ya-runtime-vm |
| | |
golem.runtime.name="wasmtime"
- declares that wasmtime
is available as runtime on the provider node.golem.runtime.version : Version
Version of the ExeUnit/Runtime required/provided.
golem.runtime.version="0.0.0"
- declares runtime version 0.0.0.