Skip to content

Commit

Permalink
[vendor/twsearch] Fix 5x5x5 scrambles.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarron committed Sep 9, 2024
1 parent e31b945 commit 1f87738
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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-AVUYD5YC.js")).default;
const wasmUint8Array = (await import("./twsearch_wasm_bg-IWATKA5H.js")).default;
await twsearch_wasm_default(wasmUint8Array.buffer);
})());
}
Expand Down
3 changes: 0 additions & 3 deletions src/cubing/vendor/mpl/twsearch/twsearch_wasm_bg-AVUYD5YC.js

This file was deleted.

3 changes: 3 additions & 0 deletions src/cubing/vendor/mpl/twsearch/twsearch_wasm_bg-IWATKA5H.js
Git LFS file not shown

0 comments on commit 1f87738

Please sign in to comment.