@bitcredit/bcr-ebill-wasm 0.4.10 → 0.4.11-hotfix
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 +14 -14
- package/index_bg.wasm +0 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -1088,13 +1088,13 @@ export interface InitOutput {
|
|
|
1088
1088
|
readonly api_notification: () => number;
|
|
1089
1089
|
readonly api_contact: () => number;
|
|
1090
1090
|
readonly api_company: () => number;
|
|
1091
|
-
readonly
|
|
1091
|
+
readonly __wbg_general_free: (a: number, b: number) => void;
|
|
1092
1092
|
readonly __wbg_identityproof_free: (a: number, b: number) => void;
|
|
1093
|
-
readonly
|
|
1093
|
+
readonly __wbg_contact_free: (a: number, b: number) => void;
|
|
1094
1094
|
readonly __wbg_notification_free: (a: number, b: number) => void;
|
|
1095
1095
|
readonly __wbg_company_free: (a: number, b: number) => void;
|
|
1096
|
-
readonly
|
|
1097
|
-
readonly
|
|
1096
|
+
readonly __wbg_identity_free: (a: number, b: number) => void;
|
|
1097
|
+
readonly __wbg_bill_free: (a: number, b: number) => void;
|
|
1098
1098
|
readonly __wbindgen_malloc: (a: number, b: number) => number;
|
|
1099
1099
|
readonly __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
1100
1100
|
readonly __wbindgen_exn_store: (a: number) => void;
|
|
@@ -1103,10 +1103,10 @@ export interface InitOutput {
|
|
|
1103
1103
|
readonly __wbindgen_free: (a: number, b: number, c: number) => void;
|
|
1104
1104
|
readonly __wbindgen_export_6: WebAssembly.Table;
|
|
1105
1105
|
readonly __externref_table_dealloc: (a: number) => void;
|
|
1106
|
-
readonly
|
|
1106
|
+
readonly wasm_bindgen__convert__closures_____invoke__h1bddd7db3334f1b6: (a: number, b: number) => void;
|
|
1107
1107
|
readonly closure359_externref_shim: (a: number, b: number, c: any) => void;
|
|
1108
|
+
readonly wasm_bindgen__convert__closures_____invoke__h421384210ea5cc16: (a: number, b: number) => void;
|
|
1108
1109
|
readonly closure890_externref_shim_multivalue_shim: (a: number, b: number, c: any) => [number, number];
|
|
1109
|
-
readonly wasm_bindgen__convert__closures_____invoke__h5610b5d87449537b: (a: number, b: number) => void;
|
|
1110
1110
|
readonly closure677_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
1111
1111
|
readonly __wbindgen_start: () => void;
|
|
1112
1112
|
}
|
package/index.js
CHANGED
|
@@ -263,24 +263,24 @@ export function task_worker_entry_point(ptr) {
|
|
|
263
263
|
}
|
|
264
264
|
|
|
265
265
|
function __wbg_adapter_6(arg0, arg1) {
|
|
266
|
-
wasm.
|
|
266
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h1bddd7db3334f1b6(arg0, arg1);
|
|
267
267
|
}
|
|
268
268
|
|
|
269
|
-
function
|
|
269
|
+
function __wbg_adapter_11(arg0, arg1, arg2) {
|
|
270
270
|
wasm.closure359_externref_shim(arg0, arg1, arg2);
|
|
271
271
|
}
|
|
272
272
|
|
|
273
|
-
function
|
|
273
|
+
function __wbg_adapter_22(arg0, arg1) {
|
|
274
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h421384210ea5cc16(arg0, arg1);
|
|
275
|
+
}
|
|
276
|
+
|
|
277
|
+
function __wbg_adapter_31(arg0, arg1, arg2) {
|
|
274
278
|
const ret = wasm.closure890_externref_shim_multivalue_shim(arg0, arg1, arg2);
|
|
275
279
|
if (ret[1]) {
|
|
276
280
|
throw takeFromExternrefTable0(ret[0]);
|
|
277
281
|
}
|
|
278
282
|
}
|
|
279
283
|
|
|
280
|
-
function __wbg_adapter_25(arg0, arg1) {
|
|
281
|
-
wasm.wasm_bindgen__convert__closures_____invoke__h5610b5d87449537b(arg0, arg1);
|
|
282
|
-
}
|
|
283
|
-
|
|
284
284
|
function __wbg_adapter_231(arg0, arg1, arg2, arg3) {
|
|
285
285
|
wasm.closure677_externref_shim(arg0, arg1, arg2, arg3);
|
|
286
286
|
}
|
|
@@ -1651,10 +1651,10 @@ function __wbg_get_imports() {
|
|
|
1651
1651
|
const ret = arg0.fetch(arg1);
|
|
1652
1652
|
return ret;
|
|
1653
1653
|
};
|
|
1654
|
-
imports.wbg.
|
|
1654
|
+
imports.wbg.__wbg_getRandomValues_1c61fac11405ffdc = function() { return handleError(function (arg0, arg1) {
|
|
1655
1655
|
globalThis.crypto.getRandomValues(getArrayU8FromWasm0(arg0, arg1));
|
|
1656
1656
|
}, arguments) };
|
|
1657
|
-
imports.wbg.
|
|
1657
|
+
imports.wbg.__wbg_getRandomValues_38a1ff1ea09f6cc7 = function() { return handleError(function (arg0, arg1) {
|
|
1658
1658
|
globalThis.crypto.getRandomValues(getArrayU8FromWasm0(arg0, arg1));
|
|
1659
1659
|
}, arguments) };
|
|
1660
1660
|
imports.wbg.__wbg_getRandomValues_b8f5dbd5f3995a9e = function() { return handleError(function (arg0, arg1) {
|
|
@@ -2274,12 +2274,12 @@ function __wbg_get_imports() {
|
|
|
2274
2274
|
};
|
|
2275
2275
|
imports.wbg.__wbindgen_cast_1e3eda00059a3c9b = function(arg0, arg1) {
|
|
2276
2276
|
// Cast intrinsic for `Closure(Closure { dtor_idx: 668, function: Function { arguments: [Externref], shim_idx: 359, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
2277
|
-
const ret = makeMutClosure(arg0, arg1, 668,
|
|
2277
|
+
const ret = makeMutClosure(arg0, arg1, 668, __wbg_adapter_11);
|
|
2278
2278
|
return ret;
|
|
2279
2279
|
};
|
|
2280
2280
|
imports.wbg.__wbindgen_cast_1f0be5a03e92758f = function(arg0, arg1) {
|
|
2281
2281
|
// Cast intrinsic for `Closure(Closure { dtor_idx: 889, function: Function { arguments: [NamedExternref("Event")], shim_idx: 890, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
|
|
2282
|
-
const ret = makeMutClosure(arg0, arg1, 889,
|
|
2282
|
+
const ret = makeMutClosure(arg0, arg1, 889, __wbg_adapter_31);
|
|
2283
2283
|
return ret;
|
|
2284
2284
|
};
|
|
2285
2285
|
imports.wbg.__wbindgen_cast_2241b6af4c4b2941 = function(arg0, arg1) {
|
|
@@ -2289,7 +2289,7 @@ function __wbg_get_imports() {
|
|
|
2289
2289
|
};
|
|
2290
2290
|
imports.wbg.__wbindgen_cast_2b95a68344a644f3 = function(arg0, arg1) {
|
|
2291
2291
|
// Cast intrinsic for `Closure(Closure { dtor_idx: 273, function: Function { arguments: [], shim_idx: 274, ret: Unit, inner_ret: Some(Unit) }, mutable: false }) -> Externref`.
|
|
2292
|
-
const ret = makeClosure(arg0, arg1, 273,
|
|
2292
|
+
const ret = makeClosure(arg0, arg1, 273, __wbg_adapter_22);
|
|
2293
2293
|
return ret;
|
|
2294
2294
|
};
|
|
2295
2295
|
imports.wbg.__wbindgen_cast_4625c577ab2ec9ee = function(arg0) {
|
|
@@ -2304,7 +2304,7 @@ function __wbg_get_imports() {
|
|
|
2304
2304
|
};
|
|
2305
2305
|
imports.wbg.__wbindgen_cast_bba2bd5078b2a92e = function(arg0, arg1) {
|
|
2306
2306
|
// Cast intrinsic for `Closure(Closure { dtor_idx: 743, function: Function { arguments: [NamedExternref("CloseEvent")], shim_idx: 359, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
2307
|
-
const ret = makeMutClosure(arg0, arg1, 743,
|
|
2307
|
+
const ret = makeMutClosure(arg0, arg1, 743, __wbg_adapter_11);
|
|
2308
2308
|
return ret;
|
|
2309
2309
|
};
|
|
2310
2310
|
imports.wbg.__wbindgen_cast_cb9088102bce6b30 = function(arg0, arg1) {
|
|
@@ -2329,7 +2329,7 @@ function __wbg_get_imports() {
|
|
|
2329
2329
|
};
|
|
2330
2330
|
imports.wbg.__wbindgen_cast_ef1296fe0ce0c82f = function(arg0, arg1) {
|
|
2331
2331
|
// Cast intrinsic for `Closure(Closure { dtor_idx: 273, function: Function { arguments: [NamedExternref("MessageEvent")], shim_idx: 359, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
2332
|
-
const ret = makeMutClosure(arg0, arg1, 273,
|
|
2332
|
+
const ret = makeMutClosure(arg0, arg1, 273, __wbg_adapter_11);
|
|
2333
2333
|
return ret;
|
|
2334
2334
|
};
|
|
2335
2335
|
imports.wbg.__wbindgen_init_externref_table = function() {
|
package/index_bg.wasm
CHANGED
|
Binary file
|