Skip to main content
Latest
interface InitializeOptions
import { type InitializeOptions } from "https://deno.land/x/esbuildx@v0.14.29/mod.js";

Properties

optional
wasmURL: string

The URL of the "esbuild.wasm" file. This must be provided when running esbuild in the browser.

optional
worker: boolean

By default esbuild runs the WebAssembly-based browser API in a web worker to avoid blocking the UI thread. This can be disabled by setting "worker" to false.