Interface BrowserInitConfig

Configuration options for initialising MiniZinc in the browser

Hierarchy

  • BrowserInitConfig

Properties

dataURL?: string | URL

URL of the minizinc.data file

numWorkers?: number

Size of web worker pool

wasmURL?: string | URL

URL of the minizinc.wasm file

workerURL?: string | URL

URL of the worker script

Generated using TypeDoc