Skip to content

Commit

Permalink
deploy: 3015283
Browse files Browse the repository at this point in the history
  • Loading branch information
BobDaGithubAccount committed Dec 31, 2024
1 parent b7ef552 commit a8aa347
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion atomica_lib.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export interface InitOutput {
readonly __wbindgen_free: (a: number, b: number, c: number) => void;
readonly __wbindgen_export_6: WebAssembly.Table;
readonly closure153_externref_shim: (a: number, b: number, c: any) => void;
readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h3f244c44bbf9ea15: (a: number, b: number) => void;
readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hfe6c8fc5eface206: (a: number, b: number) => void;
readonly closure247_externref_shim: (a: number, b: number, c: any) => void;
readonly __wbindgen_start: () => void;
}
Expand Down
26 changes: 13 additions & 13 deletions atomica_lib.js
Original file line number Diff line number Diff line change
Expand Up @@ -266,8 +266,8 @@ function __wbg_adapter_28(arg0, arg1, arg2) {
wasm.closure153_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__h3f244c44bbf9ea15(arg0, arg1);
function __wbg_adapter_35(arg0, arg1) {
wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hfe6c8fc5eface206(arg0, arg1);
}

function __wbg_adapter_48(arg0, arg1, arg2) {
Expand Down Expand Up @@ -1165,39 +1165,39 @@ function __wbg_get_imports() {
const ret = false;
return ret;
};
imports.wbg.__wbindgen_closure_wrapper473 = function(arg0, arg1, arg2) {
imports.wbg.__wbindgen_closure_wrapper474 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 154, __wbg_adapter_28);
return ret;
};
imports.wbg.__wbindgen_closure_wrapper475 = function(arg0, arg1, arg2) {
imports.wbg.__wbindgen_closure_wrapper476 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 154, __wbg_adapter_28);
return ret;
};
imports.wbg.__wbindgen_closure_wrapper477 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 154, __wbg_adapter_33);
imports.wbg.__wbindgen_closure_wrapper478 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 154, __wbg_adapter_28);
return ret;
};
imports.wbg.__wbindgen_closure_wrapper479 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 154, __wbg_adapter_28);
imports.wbg.__wbindgen_closure_wrapper480 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 154, __wbg_adapter_35);
return ret;
};
imports.wbg.__wbindgen_closure_wrapper481 = function(arg0, arg1, arg2) {
imports.wbg.__wbindgen_closure_wrapper482 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 154, __wbg_adapter_28);
return ret;
};
imports.wbg.__wbindgen_closure_wrapper483 = function(arg0, arg1, arg2) {
imports.wbg.__wbindgen_closure_wrapper484 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 154, __wbg_adapter_28);
return ret;
};
imports.wbg.__wbindgen_closure_wrapper485 = function(arg0, arg1, arg2) {
imports.wbg.__wbindgen_closure_wrapper486 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 154, __wbg_adapter_28);
return ret;
};
imports.wbg.__wbindgen_closure_wrapper487 = function(arg0, arg1, arg2) {
imports.wbg.__wbindgen_closure_wrapper488 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 154, __wbg_adapter_28);
return ret;
};
imports.wbg.__wbindgen_closure_wrapper489 = function(arg0, arg1, arg2) {
imports.wbg.__wbindgen_closure_wrapper490 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 154, __wbg_adapter_28);
return ret;
};
Expand Down
Binary file modified atomica_lib_bg.wasm
Binary file not shown.
2 changes: 1 addition & 1 deletion atomica_lib_bg.wasm.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) =>
export const __wbindgen_free: (a: number, b: number, c: number) => void;
export const __wbindgen_export_6: WebAssembly.Table;
export const closure153_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__h3f244c44bbf9ea15: (a: number, b: number) => void;
export const _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hfe6c8fc5eface206: (a: number, b: number) => void;
export const closure247_externref_shim: (a: number, b: number, c: any) => void;
export const __wbindgen_start: () => void;

0 comments on commit a8aa347

Please sign in to comment.