@bitcredit/bcr-ebill-wasm 0.5.13 → 0.5.14
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 +10 -11
- package/index.js +32 -32
- package/index_bg.wasm +0 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -357,7 +357,6 @@ export interface CompanyWeb {
|
|
|
357
357
|
|
|
358
358
|
export interface Config {
|
|
359
359
|
log_level: string | undefined;
|
|
360
|
-
app_url: string;
|
|
361
360
|
bitcoin_network: string;
|
|
362
361
|
esplora_base_urls: string[];
|
|
363
362
|
nostr_relays: string[];
|
|
@@ -950,7 +949,7 @@ export type CompanyStatusWeb = "Invited" | "Active" | "None";
|
|
|
950
949
|
|
|
951
950
|
export type GeneralSearchFilterItemTypeWeb = "Company" | "Bill" | "Contact";
|
|
952
951
|
|
|
953
|
-
export type JsErrorType = "FieldEmpty" | "FieldInvalid" | "InvalidSum" | "InvalidCurrency" | "InvalidBitcoinAddress" | "InvalidBitcoinDescriptor" | "InvalidContentType" | "IdentityCantBeAnon" | "InvalidContactType" | "InvalidIdentityType" | "InvalidDate" | "InvalidCountry" | "InvalidTimestamp" | "DeadlineBeforeMinimum" | "SelfDraftedBillCantBeBlank" | "RequestToMintForBillAndMintAlreadyActive" | "SignerCantBeAnon" | "ContactIsAnonymous" | "InvalidContact" | "InvalidMint" | "IssueDateAfterMaturityDate" | "MaturityDateInThePast" | "RequestToPayBeforeMaturityDate" | "InvalidFileUploadId" | "InvalidNodeId" | "InvalidBillId" | "InvalidBillType" | "DraweeCantBePayee" | "EndorserCantBeEndorsee" | "BuyerCantBeSeller" | "RecourserCantBeRecoursee" | "DraweeNotInContacts" | "PayeeNotInContacts" | "MintNotInContacts" | "BuyerNotInContacts" | "EndorseeNotInContacts" | "RecourseeNotInContacts" | "NoPaymentForSweep" | "CancelMintRequestNotPending" | "RejectMintRequestNotOffered" | "AcceptMintRequestNotOffered" | "AcceptMintOfferExpired" | "NoConfirmedEmailForIdentIdentity" | "NoFileForFileUploadId" | "NotFound" | "ExternalApi" | "Crypto" | "Persistence" | "Blockchain" | "Protocol" | "InvalidRelayUrl" | "Serialization" | "Init" | "NotificationNetwork" | "NotificationMessage" | "InvalidOperation" | "BillAlreadyAccepted" | "BillWasRejectedToAccept" | "BillAcceptanceExpired" | "BillWasRejectedToPay" | "BillPaymentExpired" | "BillWasRecoursedToTheEnd" | "BillAlreadyRequestedToAccept" | "BillNotAccepted" | "CallerIsNotDrawee" | "CallerIsNotHolder" | "CallerIsNotRecoursee" | "CallerIsNotBuyer" | "RequestAlreadyRejected" | "BillAlreadyPaid" | "BillWasNotRequestedToPay" | "BillWasNotOfferedToSell" | "BillRequestToAcceptDidNotExpireAndWasNotRejected" | "BillRequestToPayDidNotExpireAndWasNotRejected" | "RecourseeNotPastHolder" | "BillWasNotRequestedToRecourse" | "BillIsNotRequestedToRecourseAndWaitingForPayment" | "BillIsNotOfferToSellWaitingForPayment" | "BillSellDataInvalid" | "BillRecourseDataInvalid" | "BillIsRequestedToPayAndWaitingForPayment" | "BillIsOfferedToSellAndWaitingForPayment" | "BillIsInRecourseAndWaitingForPayment" | "SignatoryNotInContacts" | "SignatoryAlreadySignatory" | "CantRemoveLastSignatory" | "NotASignatory" | "NotARemovedOrRejectedSignatory" | "NotInvitedAsSignatory" | "NoSignerIdentityProof" | "FileIsTooBig" | "FileIsEmpty" | "TooManyFiles" | "InvalidFileName" | "UnknownNodeId" | "CallerMustBeSignatory" | "InvalidIdentityProof" | "InvalidReferenceBlock" | "MintRequestToPayWithoutCustomAddress" | "InvalidSignature" | "InvalidHash" | "InvalidUrl" | "InvalidIdentityProofStatus" | "Json" | "InvalidBillAction" | "InvalidCompanyAction" | "CompanySignerCreatorMismatch" | "InvalidMintRequestId";
|
|
952
|
+
export type JsErrorType = "FieldEmpty" | "FieldInvalid" | "InvalidSum" | "InvalidCurrency" | "InvalidBitcoinAddress" | "InvalidBitcoinDescriptor" | "InvalidContentType" | "IdentityCantBeAnon" | "InvalidContactType" | "InvalidIdentityType" | "InvalidDate" | "InvalidCountry" | "InvalidTimestamp" | "DeadlineBeforeMinimum" | "SelfDraftedBillCantBeBlank" | "RequestToMintForBillAndMintAlreadyActive" | "SignerCantBeAnon" | "ContactIsAnonymous" | "InvalidContact" | "InvalidMint" | "IssueDateAfterMaturityDate" | "MaturityDateInThePast" | "RequestToPayBeforeMaturityDate" | "InvalidFileUploadId" | "InvalidNodeId" | "InvalidBillId" | "InvalidBillType" | "DraweeCantBePayee" | "EndorserCantBeEndorsee" | "BuyerCantBeSeller" | "RecourserCantBeRecoursee" | "DraweeNotInContacts" | "PayeeNotInContacts" | "MintNotInContacts" | "BuyerNotInContacts" | "EndorseeNotInContacts" | "RecourseeNotInContacts" | "NoPaymentForSweep" | "CancelMintRequestNotPending" | "RejectMintRequestNotOffered" | "AcceptMintRequestNotOffered" | "AcceptMintOfferExpired" | "NoConfirmedEmailForIdentIdentity" | "NoFileForFileUploadId" | "NotFound" | "ExternalApi" | "Crypto" | "Persistence" | "Blockchain" | "Protocol" | "InvalidRelayUrl" | "Serialization" | "Init" | "NotificationNetwork" | "NotificationMessage" | "InvalidOperation" | "BillAlreadyAccepted" | "BillWasRejectedToAccept" | "BillAcceptanceExpired" | "BillWasRejectedToPay" | "BillPaymentExpired" | "BillWasRecoursedToTheEnd" | "BillAlreadyRequestedToAccept" | "BillNotAccepted" | "CallerIsNotDrawee" | "CallerIsNotHolder" | "CallerIsNotRecoursee" | "CallerIsNotBuyer" | "RequestAlreadyRejected" | "BillAlreadyPaid" | "BillWasNotRequestedToPay" | "BillWasNotOfferedToSell" | "BillRequestToAcceptDidNotExpireAndWasNotRejected" | "BillRequestToPayDidNotExpireAndWasNotRejected" | "RecourseeNotPastHolder" | "BillWasNotRequestedToRecourse" | "BillIsNotRequestedToRecourseAndWaitingForPayment" | "BillIsNotOfferToSellWaitingForPayment" | "BillSellDataInvalid" | "BillRecourseDataInvalid" | "BillIsRequestedToPayAndWaitingForPayment" | "BillIsOfferedToSellAndWaitingForPayment" | "BillIsInRecourseAndWaitingForPayment" | "SignatoryNotInContacts" | "SignatoryAlreadySignatory" | "CantRemoveLastSignatory" | "NotASignatory" | "NotARemovedOrRejectedSignatory" | "NotInvitedAsSignatory" | "NoSignerIdentityProof" | "FileIsTooBig" | "FileIsEmpty" | "TooManyFiles" | "InvalidFileName" | "UnknownNodeId" | "CallerMustBeSignatory" | "CallerMustBeCreator" | "CallerMustBeIdentifiedCreator" | "InvalidIdentityProof" | "InvalidReferenceBlock" | "MintRequestToPayWithoutCustomAddress" | "InvalidSignature" | "InvalidHash" | "InvalidUrl" | "InvalidIdentityProofStatus" | "Json" | "InvalidBillAction" | "InvalidCompanyAction" | "InvalidIdentityAction" | "CompanySignerCreatorMismatch" | "InvalidMintRequestId";
|
|
954
953
|
|
|
955
954
|
export type LightBillParticipantWeb = { Anon: LightBillAnonParticipantWeb } | { Ident: LightBillIdentParticipantWithAddressWeb };
|
|
956
955
|
|
|
@@ -1302,19 +1301,19 @@ export interface InitOutput {
|
|
|
1302
1301
|
readonly general_new: () => number;
|
|
1303
1302
|
readonly identity_new: () => number;
|
|
1304
1303
|
readonly notification_new: () => number;
|
|
1305
|
-
readonly __wbg_company_free: (a: number, b: number) => void;
|
|
1306
1304
|
readonly __wbg_notification_free: (a: number, b: number) => void;
|
|
1305
|
+
readonly __wbg_bill_free: (a: number, b: number) => void;
|
|
1306
|
+
readonly __wbg_company_free: (a: number, b: number) => void;
|
|
1307
1307
|
readonly __wbg_contact_free: (a: number, b: number) => void;
|
|
1308
1308
|
readonly __wbg_general_free: (a: number, b: number) => void;
|
|
1309
|
-
readonly __wbg_bill_free: (a: number, b: number) => void;
|
|
1310
1309
|
readonly __wbg_identity_free: (a: number, b: number) => void;
|
|
1311
|
-
readonly
|
|
1312
|
-
readonly
|
|
1313
|
-
readonly
|
|
1314
|
-
readonly
|
|
1315
|
-
readonly
|
|
1316
|
-
readonly
|
|
1317
|
-
readonly
|
|
1310
|
+
readonly wasm_bindgen_aadfff5f7f68d5d8___convert__closures_____invoke___wasm_bindgen_aadfff5f7f68d5d8___JsValue__core_9b3796e30d99ddb7___result__Result_____wasm_bindgen_aadfff5f7f68d5d8___JsError___true_: (a: number, b: number, c: any) => [number, number];
|
|
1311
|
+
readonly wasm_bindgen_aadfff5f7f68d5d8___convert__closures_____invoke___web_sys_e617ebf45f7dc99c___features__gen_Event__Event__core_9b3796e30d99ddb7___result__Result_____rexie_a18bbbaa102acda9___error__Error___true_: (a: number, b: number, c: any) => [number, number];
|
|
1312
|
+
readonly wasm_bindgen_aadfff5f7f68d5d8___convert__closures_____invoke___js_sys_c56738e879d63106___Function_fn_wasm_bindgen_aadfff5f7f68d5d8___JsValue_____wasm_bindgen_aadfff5f7f68d5d8___sys__Undefined___js_sys_c56738e879d63106___Function_fn_wasm_bindgen_aadfff5f7f68d5d8___JsValue_____wasm_bindgen_aadfff5f7f68d5d8___sys__Undefined_______true_: (a: number, b: number, c: any, d: any) => void;
|
|
1313
|
+
readonly wasm_bindgen_aadfff5f7f68d5d8___convert__closures_____invoke___web_sys_e617ebf45f7dc99c___features__gen_CloseEvent__CloseEvent______true_: (a: number, b: number, c: any) => void;
|
|
1314
|
+
readonly wasm_bindgen_aadfff5f7f68d5d8___convert__closures_____invoke___web_sys_e617ebf45f7dc99c___features__gen_CloseEvent__CloseEvent______true__3: (a: number, b: number, c: any) => void;
|
|
1315
|
+
readonly wasm_bindgen_aadfff5f7f68d5d8___convert__closures_____invoke_______true__1_: (a: number, b: number) => void;
|
|
1316
|
+
readonly wasm_bindgen_aadfff5f7f68d5d8___convert__closures_____invoke_______true_: (a: number, b: number) => void;
|
|
1318
1317
|
readonly __wbindgen_malloc: (a: number, b: number) => number;
|
|
1319
1318
|
readonly __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
1320
1319
|
readonly __wbindgen_exn_store: (a: number) => void;
|
package/index.js
CHANGED
|
@@ -1431,12 +1431,12 @@ function __wbg_get_imports() {
|
|
|
1431
1431
|
__wbg_getRandomValues_3f44b700395062e5: function() { return handleError(function (arg0, arg1) {
|
|
1432
1432
|
globalThis.crypto.getRandomValues(getArrayU8FromWasm0(arg0, arg1));
|
|
1433
1433
|
}, arguments); },
|
|
1434
|
-
__wbg_getRandomValues_bf16787eede473f5: function() { return handleError(function (arg0, arg1) {
|
|
1435
|
-
globalThis.crypto.getRandomValues(getArrayU8FromWasm0(arg0, arg1));
|
|
1436
|
-
}, arguments); },
|
|
1437
1434
|
__wbg_getRandomValues_c44a50d8cfdaebeb: function() { return handleError(function (arg0, arg1) {
|
|
1438
1435
|
arg0.getRandomValues(arg1);
|
|
1439
1436
|
}, arguments); },
|
|
1437
|
+
__wbg_getRandomValues_ceb34d8ffce7e87f: function() { return handleError(function (arg0, arg1) {
|
|
1438
|
+
globalThis.crypto.getRandomValues(getArrayU8FromWasm0(arg0, arg1));
|
|
1439
|
+
}, arguments); },
|
|
1440
1440
|
__wbg_getTime_d6f070c088c9b5ed: function(arg0) {
|
|
1441
1441
|
const ret = arg0.getTime();
|
|
1442
1442
|
return ret;
|
|
@@ -1617,7 +1617,7 @@ function __wbg_get_imports() {
|
|
|
1617
1617
|
const a = state0.a;
|
|
1618
1618
|
state0.a = 0;
|
|
1619
1619
|
try {
|
|
1620
|
-
return
|
|
1620
|
+
return wasm_bindgen_aadfff5f7f68d5d8___convert__closures_____invoke___js_sys_c56738e879d63106___Function_fn_wasm_bindgen_aadfff5f7f68d5d8___JsValue_____wasm_bindgen_aadfff5f7f68d5d8___sys__Undefined___js_sys_c56738e879d63106___Function_fn_wasm_bindgen_aadfff5f7f68d5d8___JsValue_____wasm_bindgen_aadfff5f7f68d5d8___sys__Undefined_______true_(a, state0.b, arg0, arg1);
|
|
1621
1621
|
} finally {
|
|
1622
1622
|
state0.a = a;
|
|
1623
1623
|
}
|
|
@@ -1655,7 +1655,7 @@ function __wbg_get_imports() {
|
|
|
1655
1655
|
const a = state0.a;
|
|
1656
1656
|
state0.a = 0;
|
|
1657
1657
|
try {
|
|
1658
|
-
return
|
|
1658
|
+
return wasm_bindgen_aadfff5f7f68d5d8___convert__closures_____invoke___js_sys_c56738e879d63106___Function_fn_wasm_bindgen_aadfff5f7f68d5d8___JsValue_____wasm_bindgen_aadfff5f7f68d5d8___sys__Undefined___js_sys_c56738e879d63106___Function_fn_wasm_bindgen_aadfff5f7f68d5d8___JsValue_____wasm_bindgen_aadfff5f7f68d5d8___sys__Undefined_______true_(a, state0.b, arg0, arg1);
|
|
1659
1659
|
} finally {
|
|
1660
1660
|
state0.a = a;
|
|
1661
1661
|
}
|
|
@@ -1698,7 +1698,7 @@ function __wbg_get_imports() {
|
|
|
1698
1698
|
const ret = Date.now();
|
|
1699
1699
|
return ret;
|
|
1700
1700
|
},
|
|
1701
|
-
|
|
1701
|
+
__wbg_now_f663ab0a5177b799: function() { return handleError(function () {
|
|
1702
1702
|
const ret = Date.now();
|
|
1703
1703
|
return ret;
|
|
1704
1704
|
}, arguments); },
|
|
@@ -1991,33 +1991,33 @@ function __wbg_get_imports() {
|
|
|
1991
1991
|
return ret;
|
|
1992
1992
|
},
|
|
1993
1993
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
|
1994
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx:
|
|
1995
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1994
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [Externref], shim_idx: 693, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
|
|
1995
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen_aadfff5f7f68d5d8___convert__closures_____invoke___wasm_bindgen_aadfff5f7f68d5d8___JsValue__core_9b3796e30d99ddb7___result__Result_____wasm_bindgen_aadfff5f7f68d5d8___JsError___true_);
|
|
1996
1996
|
return ret;
|
|
1997
1997
|
},
|
|
1998
1998
|
__wbindgen_cast_0000000000000002: function(arg0, arg1) {
|
|
1999
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("CloseEvent")], shim_idx:
|
|
2000
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1999
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("CloseEvent")], shim_idx: 316, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
2000
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen_aadfff5f7f68d5d8___convert__closures_____invoke___web_sys_e617ebf45f7dc99c___features__gen_CloseEvent__CloseEvent______true_);
|
|
2001
2001
|
return ret;
|
|
2002
2002
|
},
|
|
2003
2003
|
__wbindgen_cast_0000000000000003: function(arg0, arg1) {
|
|
2004
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("Event")], shim_idx:
|
|
2005
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
2004
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("Event")], shim_idx: 986, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
|
|
2005
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen_aadfff5f7f68d5d8___convert__closures_____invoke___web_sys_e617ebf45f7dc99c___features__gen_Event__Event__core_9b3796e30d99ddb7___result__Result_____rexie_a18bbbaa102acda9___error__Error___true_);
|
|
2006
2006
|
return ret;
|
|
2007
2007
|
},
|
|
2008
2008
|
__wbindgen_cast_0000000000000004: function(arg0, arg1) {
|
|
2009
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("MessageEvent")], shim_idx:
|
|
2010
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
2009
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [NamedExternref("MessageEvent")], shim_idx: 316, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
2010
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen_aadfff5f7f68d5d8___convert__closures_____invoke___web_sys_e617ebf45f7dc99c___features__gen_CloseEvent__CloseEvent______true__3);
|
|
2011
2011
|
return ret;
|
|
2012
2012
|
},
|
|
2013
2013
|
__wbindgen_cast_0000000000000005: function(arg0, arg1) {
|
|
2014
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx:
|
|
2015
|
-
const ret =
|
|
2014
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx: 111, ret: Unit, inner_ret: Some(Unit) }, mutable: false }) -> Externref`.
|
|
2015
|
+
const ret = makeClosure(arg0, arg1, wasm_bindgen_aadfff5f7f68d5d8___convert__closures_____invoke_______true__1_);
|
|
2016
2016
|
return ret;
|
|
2017
2017
|
},
|
|
2018
2018
|
__wbindgen_cast_0000000000000006: function(arg0, arg1) {
|
|
2019
|
-
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx:
|
|
2020
|
-
const ret =
|
|
2019
|
+
// Cast intrinsic for `Closure(Closure { owned: true, function: Function { arguments: [], shim_idx: 324, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
2020
|
+
const ret = makeMutClosure(arg0, arg1, wasm_bindgen_aadfff5f7f68d5d8___convert__closures_____invoke_______true_);
|
|
2021
2021
|
return ret;
|
|
2022
2022
|
},
|
|
2023
2023
|
__wbindgen_cast_0000000000000007: function(arg0) {
|
|
@@ -2061,38 +2061,38 @@ function __wbg_get_imports() {
|
|
|
2061
2061
|
};
|
|
2062
2062
|
}
|
|
2063
2063
|
|
|
2064
|
-
function
|
|
2065
|
-
wasm.
|
|
2064
|
+
function wasm_bindgen_aadfff5f7f68d5d8___convert__closures_____invoke_______true__1_(arg0, arg1) {
|
|
2065
|
+
wasm.wasm_bindgen_aadfff5f7f68d5d8___convert__closures_____invoke_______true__1_(arg0, arg1);
|
|
2066
2066
|
}
|
|
2067
2067
|
|
|
2068
|
-
function
|
|
2069
|
-
wasm.
|
|
2068
|
+
function wasm_bindgen_aadfff5f7f68d5d8___convert__closures_____invoke_______true_(arg0, arg1) {
|
|
2069
|
+
wasm.wasm_bindgen_aadfff5f7f68d5d8___convert__closures_____invoke_______true_(arg0, arg1);
|
|
2070
2070
|
}
|
|
2071
2071
|
|
|
2072
|
-
function
|
|
2073
|
-
wasm.
|
|
2072
|
+
function wasm_bindgen_aadfff5f7f68d5d8___convert__closures_____invoke___web_sys_e617ebf45f7dc99c___features__gen_CloseEvent__CloseEvent______true_(arg0, arg1, arg2) {
|
|
2073
|
+
wasm.wasm_bindgen_aadfff5f7f68d5d8___convert__closures_____invoke___web_sys_e617ebf45f7dc99c___features__gen_CloseEvent__CloseEvent______true_(arg0, arg1, arg2);
|
|
2074
2074
|
}
|
|
2075
2075
|
|
|
2076
|
-
function
|
|
2077
|
-
wasm.
|
|
2076
|
+
function wasm_bindgen_aadfff5f7f68d5d8___convert__closures_____invoke___web_sys_e617ebf45f7dc99c___features__gen_CloseEvent__CloseEvent______true__3(arg0, arg1, arg2) {
|
|
2077
|
+
wasm.wasm_bindgen_aadfff5f7f68d5d8___convert__closures_____invoke___web_sys_e617ebf45f7dc99c___features__gen_CloseEvent__CloseEvent______true__3(arg0, arg1, arg2);
|
|
2078
2078
|
}
|
|
2079
2079
|
|
|
2080
|
-
function
|
|
2081
|
-
const ret = wasm.
|
|
2080
|
+
function wasm_bindgen_aadfff5f7f68d5d8___convert__closures_____invoke___wasm_bindgen_aadfff5f7f68d5d8___JsValue__core_9b3796e30d99ddb7___result__Result_____wasm_bindgen_aadfff5f7f68d5d8___JsError___true_(arg0, arg1, arg2) {
|
|
2081
|
+
const ret = wasm.wasm_bindgen_aadfff5f7f68d5d8___convert__closures_____invoke___wasm_bindgen_aadfff5f7f68d5d8___JsValue__core_9b3796e30d99ddb7___result__Result_____wasm_bindgen_aadfff5f7f68d5d8___JsError___true_(arg0, arg1, arg2);
|
|
2082
2082
|
if (ret[1]) {
|
|
2083
2083
|
throw takeFromExternrefTable0(ret[0]);
|
|
2084
2084
|
}
|
|
2085
2085
|
}
|
|
2086
2086
|
|
|
2087
|
-
function
|
|
2088
|
-
const ret = wasm.
|
|
2087
|
+
function wasm_bindgen_aadfff5f7f68d5d8___convert__closures_____invoke___web_sys_e617ebf45f7dc99c___features__gen_Event__Event__core_9b3796e30d99ddb7___result__Result_____rexie_a18bbbaa102acda9___error__Error___true_(arg0, arg1, arg2) {
|
|
2088
|
+
const ret = wasm.wasm_bindgen_aadfff5f7f68d5d8___convert__closures_____invoke___web_sys_e617ebf45f7dc99c___features__gen_Event__Event__core_9b3796e30d99ddb7___result__Result_____rexie_a18bbbaa102acda9___error__Error___true_(arg0, arg1, arg2);
|
|
2089
2089
|
if (ret[1]) {
|
|
2090
2090
|
throw takeFromExternrefTable0(ret[0]);
|
|
2091
2091
|
}
|
|
2092
2092
|
}
|
|
2093
2093
|
|
|
2094
|
-
function
|
|
2095
|
-
wasm.
|
|
2094
|
+
function wasm_bindgen_aadfff5f7f68d5d8___convert__closures_____invoke___js_sys_c56738e879d63106___Function_fn_wasm_bindgen_aadfff5f7f68d5d8___JsValue_____wasm_bindgen_aadfff5f7f68d5d8___sys__Undefined___js_sys_c56738e879d63106___Function_fn_wasm_bindgen_aadfff5f7f68d5d8___JsValue_____wasm_bindgen_aadfff5f7f68d5d8___sys__Undefined_______true_(arg0, arg1, arg2, arg3) {
|
|
2095
|
+
wasm.wasm_bindgen_aadfff5f7f68d5d8___convert__closures_____invoke___js_sys_c56738e879d63106___Function_fn_wasm_bindgen_aadfff5f7f68d5d8___JsValue_____wasm_bindgen_aadfff5f7f68d5d8___sys__Undefined___js_sys_c56738e879d63106___Function_fn_wasm_bindgen_aadfff5f7f68d5d8___JsValue_____wasm_bindgen_aadfff5f7f68d5d8___sys__Undefined_______true_(arg0, arg1, arg2, arg3);
|
|
2096
2096
|
}
|
|
2097
2097
|
|
|
2098
2098
|
|
package/index_bg.wasm
CHANGED
|
Binary file
|