Extremely Popular
Go to Latest
function initialize
import { initialize } from "https://dotland.deno.dev/x/esbuild@v0.16.1/wasm.js";

This configures the browser-based version of esbuild. It is necessary to call this first and wait for the returned promise to be resolved before making other API calls when using esbuild in the browser.

  • Works in node: yes
  • Works in browser: yes ("options" is required)

Documentation: https://esbuild.github.io/api/#running-in-the-browser

Returns

Promise<void>