Internal
PiperOrigin-RevId: 512755713
This commit is contained in:
parent
1dca871d09
commit
689d5ba6e3
|
@ -44,7 +44,7 @@ async function isSimdSupported(): Promise<boolean> {
|
||||||
}
|
}
|
||||||
|
|
||||||
async function createFileset(
|
async function createFileset(
|
||||||
taskName: string, basePath: string = ''): Promise<WasmFileset> {
|
taskName: string, basePath = ''): Promise<WasmFileset> {
|
||||||
const suffix =
|
const suffix =
|
||||||
await isSimdSupported() ? 'wasm_internal' : 'wasm_nosimd_internal';
|
await isSimdSupported() ? 'wasm_internal' : 'wasm_nosimd_internal';
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user