Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 687223948
  • Loading branch information
PeterZhizhin authored and copybara-github committed Oct 18, 2024
1 parent 58cd91d commit f892e20
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions mediapipe/tasks/web/core/fileset_resolver.ts.template
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
* limitations under the License.
*/

// Placeholder for internal dependency on resourceUrlSafeByReview
// Placeholder for internal dependency on trusted resource url
// Placeholder for internal dependency on trusted resource url

import {WasmFileset} from './wasm_fileset';

Expand Down Expand Up @@ -47,7 +48,8 @@ async function isSimdSupported(): Promise<boolean> {
}

async function createFileset(
taskName: MediaPipeTaskCategory, basePath = ''): Promise<WasmFileset> {
taskName: MediaPipeTaskCategory,
basePath: string = ``): Promise<WasmFileset> {
const suffix =
await isSimdSupported() ? 'wasm_internal' : 'wasm_nosimd_internal';

Expand Down

0 comments on commit f892e20

Please sign in to comment.