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

    Interface CoreRuntimeOptions

    WebAssembly sources used to initialize a headless Ghostty runtime.

    interface CoreRuntimeOptions {
        callbacksWasm?: WasmSource;
        wasm?: WasmSource;
    }
    Index
    callbacksWasm?: WasmSource

    DEFAULT_CALLBACKS_URL

    wasm?: WasmSource

    DEFAULT_WASM_URL