onerom-wasm
    Preparing search index...

    Interface WasmPluginRelease

    The compatible release chosen for a plugin, as returned to JavaScript.

    Carries everything the web build path needs: the version to display, the SHA-256 for JS-side verification, and the fully-resolved binary URL to place into the config and fetch.

    interface WasmPluginRelease {
        min_fw_version: string;
        sha256: string;
        url: string;
        version: string;
    }
    Index
    min_fw_version: string
    sha256: string
    url: string
    version: string