@bitcredit/bcr-ebill-wasm 0.4.0 → 0.4.2
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 +22 -22
- package/index_bg.wasm +0 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -896,11 +896,11 @@ export interface InitOutput {
|
|
|
896
896
|
readonly api_contact: () => number;
|
|
897
897
|
readonly api_company: () => number;
|
|
898
898
|
readonly __wbg_identity_free: (a: number, b: number) => void;
|
|
899
|
-
readonly __wbg_contact_free: (a: number, b: number) => void;
|
|
900
|
-
readonly __wbg_bill_free: (a: number, b: number) => void;
|
|
901
|
-
readonly __wbg_company_free: (a: number, b: number) => void;
|
|
902
899
|
readonly __wbg_notification_free: (a: number, b: number) => void;
|
|
903
900
|
readonly __wbg_general_free: (a: number, b: number) => void;
|
|
901
|
+
readonly __wbg_contact_free: (a: number, b: number) => void;
|
|
902
|
+
readonly __wbg_company_free: (a: number, b: number) => void;
|
|
903
|
+
readonly __wbg_bill_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;
|
|
@@ -910,9 +910,9 @@ export interface InitOutput {
|
|
|
910
910
|
readonly __wbindgen_export_6: WebAssembly.Table;
|
|
911
911
|
readonly __externref_table_dealloc: (a: number) => void;
|
|
912
912
|
readonly _dyn_core__ops__function__FnMut_____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h0540da42bd08d24f: (a: number, b: number) => void;
|
|
913
|
-
readonly
|
|
914
|
-
readonly
|
|
915
|
-
readonly
|
|
913
|
+
readonly closure321_externref_shim: (a: number, b: number, c: any) => void;
|
|
914
|
+
readonly closure832_externref_shim_multivalue_shim: (a: number, b: number, c: any) => [number, number];
|
|
915
|
+
readonly closure608_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
|
@@ -232,18 +232,18 @@ function __wbg_adapter_54(arg0, arg1) {
|
|
|
232
232
|
}
|
|
233
233
|
|
|
234
234
|
function __wbg_adapter_57(arg0, arg1, arg2) {
|
|
235
|
-
wasm.
|
|
235
|
+
wasm.closure321_externref_shim(arg0, arg1, arg2);
|
|
236
236
|
}
|
|
237
237
|
|
|
238
|
-
function
|
|
239
|
-
const ret = wasm.
|
|
238
|
+
function __wbg_adapter_66(arg0, arg1, arg2) {
|
|
239
|
+
const ret = wasm.closure832_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.closure608_externref_shim(arg0, arg1, arg2, arg3);
|
|
247
247
|
}
|
|
248
248
|
|
|
249
249
|
/**
|
|
@@ -1238,11 +1238,11 @@ function __wbg_get_imports() {
|
|
|
1238
1238
|
const ret = clearInterval(arg0);
|
|
1239
1239
|
return ret;
|
|
1240
1240
|
};
|
|
1241
|
-
imports.wbg.
|
|
1241
|
+
imports.wbg.__wbg_clearTimeout_0b53d391c1b94dda = function(arg0) {
|
|
1242
1242
|
const ret = clearTimeout(arg0);
|
|
1243
1243
|
return ret;
|
|
1244
1244
|
};
|
|
1245
|
-
imports.wbg.
|
|
1245
|
+
imports.wbg.__wbg_clearTimeout_5a54f8841c30079a = function(arg0) {
|
|
1246
1246
|
const ret = clearTimeout(arg0);
|
|
1247
1247
|
return ret;
|
|
1248
1248
|
};
|
|
@@ -1322,7 +1322,7 @@ function __wbg_get_imports() {
|
|
|
1322
1322
|
const ret = arg0.error;
|
|
1323
1323
|
return isLikeNone(ret) ? 0 : addToExternrefTable0(ret);
|
|
1324
1324
|
}, arguments) };
|
|
1325
|
-
imports.wbg.
|
|
1325
|
+
imports.wbg.__wbg_fetch_11bff8299d0ecd2b = function(arg0) {
|
|
1326
1326
|
const ret = fetch(arg0);
|
|
1327
1327
|
return ret;
|
|
1328
1328
|
};
|
|
@@ -1683,7 +1683,7 @@ function __wbg_get_imports() {
|
|
|
1683
1683
|
const ret = setInterval(arg0, arg1);
|
|
1684
1684
|
return ret;
|
|
1685
1685
|
}, arguments) };
|
|
1686
|
-
imports.wbg.
|
|
1686
|
+
imports.wbg.__wbg_setTimeout_73ce8df12de4f2f2 = function(arg0, arg1) {
|
|
1687
1687
|
const ret = setTimeout(arg0, arg1);
|
|
1688
1688
|
return ret;
|
|
1689
1689
|
};
|
|
@@ -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_wrapper10795 = function(arg0, arg1, arg2) {
|
|
1903
|
+
const ret = makeMutClosure(arg0, arg1, 830, __wbg_adapter_54);
|
|
1904
1904
|
return ret;
|
|
1905
1905
|
};
|
|
1906
|
-
imports.wbg.
|
|
1907
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1906
|
+
imports.wbg.__wbindgen_closure_wrapper10818 = function(arg0, arg1, arg2) {
|
|
1907
|
+
const ret = makeMutClosure(arg0, arg1, 833, __wbg_adapter_66);
|
|
1908
1908
|
return ret;
|
|
1909
1909
|
};
|
|
1910
|
-
imports.wbg.
|
|
1911
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1910
|
+
imports.wbg.__wbindgen_closure_wrapper19529 = function(arg0, arg1, arg2) {
|
|
1911
|
+
const ret = makeMutClosure(arg0, arg1, 598, __wbg_adapter_57);
|
|
1912
1912
|
return ret;
|
|
1913
1913
|
};
|
|
1914
|
-
imports.wbg.
|
|
1915
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1914
|
+
imports.wbg.__wbindgen_closure_wrapper2086 = function(arg0, arg1, arg2) {
|
|
1915
|
+
const ret = makeMutClosure(arg0, arg1, 598, __wbg_adapter_54);
|
|
1916
1916
|
return ret;
|
|
1917
1917
|
};
|
|
1918
|
-
imports.wbg.
|
|
1919
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1918
|
+
imports.wbg.__wbindgen_closure_wrapper2796 = function(arg0, arg1, arg2) {
|
|
1919
|
+
const ret = makeMutClosure(arg0, arg1, 322, __wbg_adapter_57);
|
|
1920
1920
|
return ret;
|
|
1921
1921
|
};
|
|
1922
|
-
imports.wbg.
|
|
1923
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1922
|
+
imports.wbg.__wbindgen_closure_wrapper2923 = function(arg0, arg1, arg2) {
|
|
1923
|
+
const ret = makeMutClosure(arg0, arg1, 598, __wbg_adapter_54);
|
|
1924
1924
|
return ret;
|
|
1925
1925
|
};
|
|
1926
|
-
imports.wbg.
|
|
1927
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1926
|
+
imports.wbg.__wbindgen_closure_wrapper9770 = function(arg0, arg1, arg2) {
|
|
1927
|
+
const ret = makeMutClosure(arg0, arg1, 683, __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
|