Skip to content

Commit

Permalink
add auto-chording and auto-tiling
Browse files Browse the repository at this point in the history
  • Loading branch information
5tr1k3r committed Sep 30, 2023
1 parent e1523bb commit caf4ceb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions rusty_minesweeper.js
Original file line number Diff line number Diff line change
Expand Up @@ -1724,12 +1724,12 @@ function __wbg_get_imports() {
const ret = makeMutClosure(arg0, arg1, 30232, __wbg_adapter_35);
return addHeapObject(ret);
};
imports.wbg.__wbindgen_closure_wrapper66935 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 34145, __wbg_adapter_50);
imports.wbg.__wbindgen_closure_wrapper66922 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 34131, __wbg_adapter_50);
return addHeapObject(ret);
};
imports.wbg.__wbindgen_closure_wrapper72622 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 35190, __wbg_adapter_53);
imports.wbg.__wbindgen_closure_wrapper72609 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 35176, __wbg_adapter_53);
return addHeapObject(ret);
};

Expand Down
Binary file modified rusty_minesweeper_bg.wasm
Binary file not shown.

0 comments on commit caf4ceb

Please sign in to comment.