• Load the WebAssembly module in the background, if it has not already been loaded.

    Returns a promise which will resolve once the other methods are ready.

    Parameters

    • Optionalurl: string | URL

      The URL to fetch the WebAssembly module from. If not provided, a default URL will be used.

    Returns Promise<void>