Skip to content

Commit

Permalink
make roll-vendored-twsearch
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarron committed Jan 4, 2025
1 parent c10537d commit daff700
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/cubing/vendor/mpl/twsearch/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ var twsearch_wasm_default = __wbg_init;
var cachedInitWrapper;
async function initWrapper() {
await (cachedInitWrapper ??= (async () => {
const wasmUint8Array = (await import("./twsearch_wasm_bg-QXJPXLXJ.js")).default;
const wasmUint8Array = (await import("./twsearch_wasm_bg-NVQDAG6T.js")).default;
await twsearch_wasm_default(wasmUint8Array.buffer);
})());
}
Expand Down
3 changes: 3 additions & 0 deletions src/cubing/vendor/mpl/twsearch/twsearch_wasm_bg-NVQDAG6T.js
Git LFS file not shown
3 changes: 0 additions & 3 deletions src/cubing/vendor/mpl/twsearch/twsearch_wasm_bg-QXJPXLXJ.js

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
https://github.com/cubing/twsearch/tree/50f4e895f0e7a9b2253b06d8e97561ca834583b9
https://github.com/cubing/twsearch/tree/efb207e11162174360e3ae49aa552cda1313df81

0 comments on commit daff700

Please sign in to comment.