and also a fix

This commit is contained in:
Nuckyz 2024-05-22 06:25:30 -03:00
parent f6a7cdc430
commit bc367b1d2a
No known key found for this signature in database
GPG key ID: 440BF8296E1C4AD9

View file

@ -133,7 +133,7 @@ type WebpackRequire = ((moduleId: PropertyKey) => Module) & {
O: OnChunksLoaded;
/**
* Instantiate a wasm instance with source using "wasmModuleHash", and importObject "importsObj", and then assign the exports of its instance to "exports"
* @returns The exports of the wasm instance
* @returns The exports argument, but now assigned with the exports of the wasm instance
*/
v: (exports: AnyRecord, wasmModuleId: any, wasmModuleHash: string, importsObj?: WebAssembly.Imports) => Promise<any>;
/** Bundle public path, where chunk files are stored. Used by other methods which load chunks to obtain the full asset url */