Interface AssetsPathConfig

interface AssetsPathConfig {
    "multi-thread/wllama.wasm"?: string;
    "single-thread/wllama.wasm": string;
}

Properties

"multi-thread/wllama.wasm"?: string
"single-thread/wllama.wasm": string