@bitcredit/bcr-ebill-wasm 0.3.17 → 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +6 -6
- package/index.js +17 -17
- package/index_bg.wasm +0 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -895,12 +895,12 @@ export interface InitOutput {
|
|
|
895
895
|
readonly api_notification: () => number;
|
|
896
896
|
readonly api_contact: () => number;
|
|
897
897
|
readonly api_company: () => number;
|
|
898
|
-
readonly __wbg_contact_free: (a: number, b: number) => void;
|
|
899
898
|
readonly __wbg_identity_free: (a: number, b: number) => void;
|
|
900
|
-
readonly
|
|
899
|
+
readonly __wbg_contact_free: (a: number, b: number) => void;
|
|
901
900
|
readonly __wbg_bill_free: (a: number, b: number) => void;
|
|
902
|
-
readonly __wbg_general_free: (a: number, b: number) => void;
|
|
903
901
|
readonly __wbg_company_free: (a: number, b: number) => void;
|
|
902
|
+
readonly __wbg_notification_free: (a: number, b: number) => void;
|
|
903
|
+
readonly __wbg_general_free: (a: number, b: number) => void;
|
|
904
904
|
readonly __wbindgen_malloc: (a: number, b: number) => number;
|
|
905
905
|
readonly __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
906
906
|
readonly __wbindgen_exn_store: (a: number) => void;
|
|
@@ -909,10 +909,10 @@ export interface InitOutput {
|
|
|
909
909
|
readonly __wbindgen_free: (a: number, b: number, c: number) => void;
|
|
910
910
|
readonly __wbindgen_export_6: WebAssembly.Table;
|
|
911
911
|
readonly __externref_table_dealloc: (a: number) => void;
|
|
912
|
-
readonly
|
|
912
|
+
readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h0540da42bd08d24f: (a: number, b: number) => void;
|
|
913
913
|
readonly closure320_externref_shim: (a: number, b: number, c: any) => void;
|
|
914
|
-
readonly
|
|
915
|
-
readonly
|
|
914
|
+
readonly closure828_externref_shim_multivalue_shim: (a: number, b: number, c: any) => [number, number];
|
|
915
|
+
readonly closure604_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
916
916
|
readonly __wbindgen_start: () => void;
|
|
917
917
|
}
|
|
918
918
|
|
package/index.js
CHANGED
|
@@ -228,22 +228,22 @@ export function task_worker_entry_point(ptr) {
|
|
|
228
228
|
}
|
|
229
229
|
|
|
230
230
|
function __wbg_adapter_54(arg0, arg1) {
|
|
231
|
-
wasm.
|
|
231
|
+
wasm._dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h0540da42bd08d24f(arg0, arg1);
|
|
232
232
|
}
|
|
233
233
|
|
|
234
234
|
function __wbg_adapter_57(arg0, arg1, arg2) {
|
|
235
235
|
wasm.closure320_externref_shim(arg0, arg1, arg2);
|
|
236
236
|
}
|
|
237
237
|
|
|
238
|
-
function
|
|
239
|
-
const ret = wasm.
|
|
238
|
+
function __wbg_adapter_64(arg0, arg1, arg2) {
|
|
239
|
+
const ret = wasm.closure828_externref_shim_multivalue_shim(arg0, arg1, arg2);
|
|
240
240
|
if (ret[1]) {
|
|
241
241
|
throw takeFromExternrefTable0(ret[0]);
|
|
242
242
|
}
|
|
243
243
|
}
|
|
244
244
|
|
|
245
245
|
function __wbg_adapter_247(arg0, arg1, arg2, arg3) {
|
|
246
|
-
wasm.
|
|
246
|
+
wasm.closure604_externref_shim(arg0, arg1, arg2, arg3);
|
|
247
247
|
}
|
|
248
248
|
|
|
249
249
|
/**
|
|
@@ -1899,32 +1899,32 @@ function __wbg_get_imports() {
|
|
|
1899
1899
|
const ret = false;
|
|
1900
1900
|
return ret;
|
|
1901
1901
|
};
|
|
1902
|
-
imports.wbg.
|
|
1903
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1902
|
+
imports.wbg.__wbindgen_closure_wrapper10775 = function(arg0, arg1, arg2) {
|
|
1903
|
+
const ret = makeMutClosure(arg0, arg1, 829, __wbg_adapter_64);
|
|
1904
1904
|
return ret;
|
|
1905
1905
|
};
|
|
1906
|
-
imports.wbg.
|
|
1907
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1906
|
+
imports.wbg.__wbindgen_closure_wrapper19484 = function(arg0, arg1, arg2) {
|
|
1907
|
+
const ret = makeMutClosure(arg0, arg1, 594, __wbg_adapter_57);
|
|
1908
1908
|
return ret;
|
|
1909
1909
|
};
|
|
1910
|
-
imports.wbg.
|
|
1911
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1910
|
+
imports.wbg.__wbindgen_closure_wrapper19525 = function(arg0, arg1, arg2) {
|
|
1911
|
+
const ret = makeMutClosure(arg0, arg1, 594, __wbg_adapter_54);
|
|
1912
1912
|
return ret;
|
|
1913
1913
|
};
|
|
1914
|
-
imports.wbg.
|
|
1915
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1914
|
+
imports.wbg.__wbindgen_closure_wrapper2108 = function(arg0, arg1, arg2) {
|
|
1915
|
+
const ret = makeMutClosure(arg0, arg1, 594, __wbg_adapter_54);
|
|
1916
1916
|
return ret;
|
|
1917
1917
|
};
|
|
1918
|
-
imports.wbg.
|
|
1918
|
+
imports.wbg.__wbindgen_closure_wrapper2819 = function(arg0, arg1, arg2) {
|
|
1919
1919
|
const ret = makeMutClosure(arg0, arg1, 321, __wbg_adapter_57);
|
|
1920
1920
|
return ret;
|
|
1921
1921
|
};
|
|
1922
|
-
imports.wbg.
|
|
1923
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1922
|
+
imports.wbg.__wbindgen_closure_wrapper2947 = function(arg0, arg1, arg2) {
|
|
1923
|
+
const ret = makeMutClosure(arg0, arg1, 826, __wbg_adapter_54);
|
|
1924
1924
|
return ret;
|
|
1925
1925
|
};
|
|
1926
|
-
imports.wbg.
|
|
1927
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1926
|
+
imports.wbg.__wbindgen_closure_wrapper9744 = function(arg0, arg1, arg2) {
|
|
1927
|
+
const ret = makeMutClosure(arg0, arg1, 680, __wbg_adapter_57);
|
|
1928
1928
|
return ret;
|
|
1929
1929
|
};
|
|
1930
1930
|
imports.wbg.__wbindgen_debug_string = function(arg0, arg1) {
|
package/index_bg.wasm
CHANGED
|
Binary file
|