Fix WasmFileset compilation issue in 3P build
PiperOrigin-RevId: 571345702
This commit is contained in:
parent
7389119a2e
commit
90e6a97b22
|
@ -54,7 +54,7 @@ async function createFileset(
|
||||||
return {
|
return {
|
||||||
wasmLoaderPath: `${basePath}/${taskName}_${suffix}.js`,
|
wasmLoaderPath: `${basePath}/${taskName}_${suffix}.js`,
|
||||||
wasmBinaryPath: `${basePath}/${taskName}_${suffix}.wasm`,
|
wasmBinaryPath: `${basePath}/${taskName}_${suffix}.wasm`,
|
||||||
};
|
} as unknown as WasmFileset;
|
||||||
}
|
}
|
||||||
|
|
||||||
// tslint:disable:class-as-namespace
|
// tslint:disable:class-as-namespace
|
||||||
|
|
Loading…
Reference in New Issue
Block a user