Skip to content

Commit

Permalink
deploy: 03f2b8c
Browse files Browse the repository at this point in the history
  • Loading branch information
BobDaGithubAccount committed Dec 14, 2024
1 parent 165ce38 commit d24e690
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 26 deletions.
4 changes: 2 additions & 2 deletions atomica_lib.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ export interface InitOutput {
readonly __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
readonly __wbindgen_free: (a: number, b: number, c: number) => void;
readonly __wbindgen_export_6: WebAssembly.Table;
readonly closure125_externref_shim: (a: number, b: number, c: any) => void;
readonly closure131_externref_shim: (a: number, b: number, c: any) => void;
readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h8b04f5dbe5bf3e2b: (a: number, b: number) => void;
readonly closure210_externref_shim: (a: number, b: number, c: any) => void;
readonly closure211_externref_shim: (a: number, b: number, c: any) => void;
readonly __wbindgen_start: () => void;
}

Expand Down
44 changes: 22 additions & 22 deletions atomica_lib.js
Original file line number Diff line number Diff line change
Expand Up @@ -263,15 +263,15 @@ export function handle_command(command_line) {
}

function __wbg_adapter_28(arg0, arg1, arg2) {
wasm.closure125_externref_shim(arg0, arg1, arg2);
wasm.closure131_externref_shim(arg0, arg1, arg2);
}

function __wbg_adapter_33(arg0, arg1) {
wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h8b04f5dbe5bf3e2b(arg0, arg1);
}

function __wbg_adapter_48(arg0, arg1, arg2) {
wasm.closure210_externref_shim(arg0, arg1, arg2);
wasm.closure211_externref_shim(arg0, arg1, arg2);
}

async function __wbg_load(module, imports) {
Expand Down Expand Up @@ -1165,44 +1165,44 @@ function __wbg_get_imports() {
const ret = false;
return ret;
};
imports.wbg.__wbindgen_closure_wrapper434 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 126, __wbg_adapter_28);
imports.wbg.__wbindgen_closure_wrapper456 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 132, __wbg_adapter_28);
return ret;
};
imports.wbg.__wbindgen_closure_wrapper436 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 126, __wbg_adapter_28);
imports.wbg.__wbindgen_closure_wrapper458 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 132, __wbg_adapter_28);
return ret;
};
imports.wbg.__wbindgen_closure_wrapper438 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 126, __wbg_adapter_33);
imports.wbg.__wbindgen_closure_wrapper460 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 132, __wbg_adapter_33);
return ret;
};
imports.wbg.__wbindgen_closure_wrapper440 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 126, __wbg_adapter_28);
imports.wbg.__wbindgen_closure_wrapper462 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 132, __wbg_adapter_28);
return ret;
};
imports.wbg.__wbindgen_closure_wrapper442 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 126, __wbg_adapter_28);
imports.wbg.__wbindgen_closure_wrapper464 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 132, __wbg_adapter_28);
return ret;
};
imports.wbg.__wbindgen_closure_wrapper444 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 126, __wbg_adapter_28);
imports.wbg.__wbindgen_closure_wrapper466 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 132, __wbg_adapter_28);
return ret;
};
imports.wbg.__wbindgen_closure_wrapper446 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 126, __wbg_adapter_28);
imports.wbg.__wbindgen_closure_wrapper468 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 132, __wbg_adapter_28);
return ret;
};
imports.wbg.__wbindgen_closure_wrapper448 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 126, __wbg_adapter_28);
imports.wbg.__wbindgen_closure_wrapper470 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 132, __wbg_adapter_28);
return ret;
};
imports.wbg.__wbindgen_closure_wrapper450 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 126, __wbg_adapter_28);
imports.wbg.__wbindgen_closure_wrapper472 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 132, __wbg_adapter_28);
return ret;
};
imports.wbg.__wbindgen_closure_wrapper689 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 211, __wbg_adapter_48);
imports.wbg.__wbindgen_closure_wrapper688 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 212, __wbg_adapter_48);
return ret;
};
imports.wbg.__wbindgen_debug_string = function(arg0, arg1) {
Expand Down
Binary file modified atomica_lib_bg.wasm
Binary file not shown.
4 changes: 2 additions & 2 deletions atomica_lib_bg.wasm.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const __wbindgen_malloc: (a: number, b: number) => number;
export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
export const __wbindgen_free: (a: number, b: number, c: number) => void;
export const __wbindgen_export_6: WebAssembly.Table;
export const closure125_externref_shim: (a: number, b: number, c: any) => void;
export const closure131_externref_shim: (a: number, b: number, c: any) => void;
export const _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h8b04f5dbe5bf3e2b: (a: number, b: number) => void;
export const closure210_externref_shim: (a: number, b: number, c: any) => void;
export const closure211_externref_shim: (a: number, b: number, c: any) => void;
export const __wbindgen_start: () => void;

0 comments on commit d24e690

Please sign in to comment.