Interface WorkerBridgeInitOptions

interface WorkerBridgeInitOptions {
    allowSimd?: boolean;
    allowThreads?: boolean;
    requestSuffix?: string;
}

Properties

allowSimd?: boolean
allowThreads?: boolean
requestSuffix?: string

Generated using TypeDoc