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 Feb 1, 2025
1 parent 28edaa0 commit 2e407a9
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 @@ -454,7 +454,7 @@ var twsearch_wasm_default = __wbg_init;
var cachedInitWrapper;
async function initWrapper() {
await (cachedInitWrapper ??= (async () => {
const wasmUint8Array = (await import("./twsearch_wasm_bg-7OSYYTWX.js")).default;
const wasmUint8Array = (await import("./twsearch_wasm_bg-VKUQN4MD.js")).default;
await twsearch_wasm_default(wasmUint8Array.buffer);
})());
}
Expand Down
3 changes: 0 additions & 3 deletions src/cubing/vendor/mpl/twsearch/twsearch_wasm_bg-7OSYYTWX.js

This file was deleted.

3 changes: 3 additions & 0 deletions src/cubing/vendor/mpl/twsearch/twsearch_wasm_bg-VKUQN4MD.js
Git LFS file not shown
Original file line number Diff line number Diff line change
@@ -1 +1 @@
https://github.com/cubing/twsearch/tree/291905dbafe901fdfe1850d913654ce244ba4b29
https://github.com/cubing/twsearch/tree/6277440534c7b5e8b425867e730006af98bd12d5

0 comments on commit 2e407a9

Please sign in to comment.