Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ciekawy committed Jul 17, 2024
1 parent 0913061 commit 4afc7e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion assets/main-SaBr3Gcv.js → assets/main-C60Xgtva.js
Original file line number Diff line number Diff line change
Expand Up @@ -3210,7 +3210,7 @@ var Wn, Ta, lp, Ea = U(() => {
} catch (f) {
F(`Module.instantiateWasm callback failed with error: ${f}`), m(f);
}
return Ao || (Ao = u.locateFile ? Eo("ort-wasm-simd-threaded.jsep.wasm") ? "ort-wasm-simd-threaded.jsep.wasm" : u.locateFile ? u.locateFile("ort-wasm-simd-threaded.jsep.wasm", z) : z + "ort-wasm-simd-threaded.jsep.wasm" : new URL("/your-repository-name/assets/ort-wasm-simd-threaded.jsep-CzpSmffv.wasm", import.meta.url).href), function(f, y) {
return Ao || (Ao = u.locateFile ? Eo("ort-wasm-simd-threaded.jsep.wasm") ? "ort-wasm-simd-threaded.jsep.wasm" : u.locateFile ? u.locateFile("ort-wasm-simd-threaded.jsep.wasm", z) : z + "ort-wasm-simd-threaded.jsep.wasm" : new URL("/webgpu-embed-demo/assets/ort-wasm-simd-threaded.jsep-CzpSmffv.wasm", import.meta.url).href), function(f, y) {
var v = Ao;
return typeof WebAssembly.instantiateStreaming != "function" || Eo(v) || ko(v) || typeof fetch != "function" ? Oo(v, f, y) : fetch(v, { credentials: "same-origin" }).then((C) => WebAssembly.instantiateStreaming(C, f).then(y, function(O) {
return F(`wasm streaming compile failed: ${O}`), F("falling back to ArrayBuffer instantiation"), Oo(v, f, y);
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/your-repository-name/vite.svg" />
<link rel="icon" type="image/svg+xml" href="/webgpu-embed-demo/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + TS</title>
<script type="module" crossorigin src="/your-repository-name/assets/main-SaBr3Gcv.js"></script>
<script type="module" crossorigin src="/webgpu-embed-demo/assets/main-C60Xgtva.js"></script>
</head>
<body>
<div id="app">
Expand Down

0 comments on commit 4afc7e3

Please sign in to comment.