LiquidAI-project / wasmiot-supervisor

Device supervisor to manage deployment of WebAssembly modules. Works together with wasmiot-orchestrator.
MIT License
0 stars 1 forks source link

Separately prepare Wasm environment for module at different stages #26

Closed trkks closed 1 year ago

trkks commented 1 year ago
          > ...
"schema": {
    "type": "object",
    "properties": {
        "file/to/manipulate.jpeg": {
            "type": "string",
            "contentMediaType": "image/png",
            "contentEncoding": "base64"
        }
    }
}

...

Will add some "stage": "deployment" | "execution" field to the description as well, to indicate if the file is expected at deployment or execution time to prevent reloading e.g. a model file on every run.

Originally posted by @trkks in https://github.com/LiquidAI-project/wasmiot-supervisor/issues/23#issuecomment-1777708784