Skip to content

Commit 675200b

Browse files
committed
sync build
1 parent 3292983 commit 675200b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/wasm-from-cdn.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// Do not edit this file directly
33

44
const WasmFromCDN = {
5-
'single-thread/wllama.wasm': 'https://cdn.jsdelivr.net/npm/@wllama/[email protected].0/src/single-thread/wllama.wasm',
6-
'multi-thread/wllama.wasm': 'https://cdn.jsdelivr.net/npm/@wllama/[email protected].0/src/multi-thread/wllama.wasm',
5+
'single-thread/wllama.wasm': 'https://cdn.jsdelivr.net/npm/@wllama/[email protected].1/src/single-thread/wllama.wasm',
6+
'multi-thread/wllama.wasm': 'https://cdn.jsdelivr.net/npm/@wllama/[email protected].1/src/multi-thread/wllama.wasm',
77
};
88

99
export default WasmFromCDN;

0 commit comments

Comments
 (0)