PiperOrigin-RevId: 512755713
This commit is contained in:
Sebastian Schmidt
2023-02-27 16:00:35 -08:00
committed by Copybara-Service
parent 1dca871d09
commit 689d5ba6e3
+1 -1
View File
@@ -44,7 +44,7 @@ async function isSimdSupported(): Promise<boolean> {
}
async function createFileset(
taskName: string, basePath: string = ''): Promise<WasmFileset> {
taskName: string, basePath = ''): Promise<WasmFileset> {
const suffix =
await isSimdSupported() ? 'wasm_internal' : 'wasm_nosimd_internal';