cloudpilot
    Preparing search index...

    Interface LoadOptions

    Options for loading the emulator.

    interface LoadOptions {
        cloudpilotModuleUrl?: string;
        uarmModuleUrl?: string;
        uarmWorkerUrl?: string;
        pcmWorkletUrl?: string;
        preloadUarm?: boolean;
    }
    Index

    Properties

    cloudpilotModuleUrl?: string

    URL for loading the cloudpilot WASM binary.

    uarmModuleUrl?: string

    URL for loading the uARM WASM binary (for OS5 emulation).

    uarmWorkerUrl?: string

    URL for loading the uARM worker (for OS5 emulator).

    pcmWorkletUrl?: string

    URL for loading the PCM worklet (for OS5 PCM audio).

    preloadUarm?: boolean

    By default, the uARM WASM binary is loaded on demand when an OS5 session is launched. This option causes the binary to be preloaded on initialization.