gespenst API - v0.1.0
    Preparing search index...

    Interface WasmerRuntimeOptions

    Configuration for the Wasmer runtime shared by a shell process.

    interface WasmerRuntimeOptions {
        apiKey?: string;
        networkGateway?: string;
        registry?: string | null;
    }
    Index
    apiKey?: string

    Optional registry API key.

    networkGateway?: string

    Optional gateway used for WASIX networking.

    registry?: string | null

    Registry endpoint used when resolving package dependencies, or null to disable it.