lumina-node-wasm 0.13.2 → 1.0.0-rc.1
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/lumina_node_wasm_bg.js +84 -81
- package/lumina_node_wasm_bg.wasm +0 -0
- package/package.json +1 -1
package/lumina_node_wasm_bg.js
CHANGED
|
@@ -7452,7 +7452,7 @@ export function __wbg_abciqueryresponse_new(arg0) {
|
|
|
7452
7452
|
export function __wbg_abort_5151361027dc87df() { return handleError(function (arg0) {
|
|
7453
7453
|
arg0.abort();
|
|
7454
7454
|
}, arguments); }
|
|
7455
|
-
export function
|
|
7455
|
+
export function __wbg_accountNumber_de79afcb4ab34317(arg0) {
|
|
7456
7456
|
const ret = arg0.accountNumber;
|
|
7457
7457
|
return ret;
|
|
7458
7458
|
}
|
|
@@ -7494,7 +7494,7 @@ export function __wbg_attribute_unwrap(arg0) {
|
|
|
7494
7494
|
const ret = Attribute.__unwrap(arg0);
|
|
7495
7495
|
return ret;
|
|
7496
7496
|
}
|
|
7497
|
-
export function
|
|
7497
|
+
export function __wbg_authInfoBytes_09acb50a40294223(arg0, arg1) {
|
|
7498
7498
|
const ret = arg1.authInfoBytes;
|
|
7499
7499
|
const ptr1 = passArray8ToWasm0(ret, wasm.__wbindgen_malloc);
|
|
7500
7500
|
const len1 = WASM_VECTOR_LEN;
|
|
@@ -7529,7 +7529,7 @@ export function __wbg_blockrange_unwrap(arg0) {
|
|
|
7529
7529
|
const ret = BlockRange.__unwrap(arg0);
|
|
7530
7530
|
return ret;
|
|
7531
7531
|
}
|
|
7532
|
-
export function
|
|
7532
|
+
export function __wbg_bodyBytes_65a519c30c96a83c(arg0, arg1) {
|
|
7533
7533
|
const ret = arg1.bodyBytes;
|
|
7534
7534
|
const ptr1 = passArray8ToWasm0(ret, wasm.__wbindgen_malloc);
|
|
7535
7535
|
const len1 = WASM_VECTOR_LEN;
|
|
@@ -7580,7 +7580,7 @@ export function __wbg_cause_0fc168d4eaec87cc(arg0) {
|
|
|
7580
7580
|
const ret = arg0.cause;
|
|
7581
7581
|
return ret;
|
|
7582
7582
|
}
|
|
7583
|
-
export function
|
|
7583
|
+
export function __wbg_chainId_757981ddec65dc0b(arg0, arg1) {
|
|
7584
7584
|
const ret = arg1.chainId;
|
|
7585
7585
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
7586
7586
|
const len1 = WASM_VECTOR_LEN;
|
|
@@ -7597,9 +7597,6 @@ export function __wbg_clearInterval_dd1e598f425db353(arg0) {
|
|
|
7597
7597
|
const ret = clearInterval(arg0);
|
|
7598
7598
|
return ret;
|
|
7599
7599
|
}
|
|
7600
|
-
export function __wbg_clearTimeout_1a9b1687b5ead0b2(arg0) {
|
|
7601
|
-
clearTimeout(arg0);
|
|
7602
|
-
}
|
|
7603
7600
|
export function __wbg_clearTimeout_5a54f8841c30079a(arg0) {
|
|
7604
7601
|
const ret = clearTimeout(arg0);
|
|
7605
7602
|
return ret;
|
|
@@ -7608,6 +7605,9 @@ export function __wbg_clearTimeout_96804de0ab838f26(arg0) {
|
|
|
7608
7605
|
const ret = clearTimeout(arg0);
|
|
7609
7606
|
return ret;
|
|
7610
7607
|
}
|
|
7608
|
+
export function __wbg_clearTimeout_eb810284f65ce3cf(arg0) {
|
|
7609
|
+
clearTimeout(arg0);
|
|
7610
|
+
}
|
|
7611
7611
|
export function __wbg_clear_159551fa0f231a1d() { return handleError(function (arg0) {
|
|
7612
7612
|
const ret = arg0.clear();
|
|
7613
7613
|
return ret;
|
|
@@ -7662,7 +7662,7 @@ export function __wbg_configresponse_new(arg0) {
|
|
|
7662
7662
|
const ret = ConfigResponse.__wrap(arg0);
|
|
7663
7663
|
return ret;
|
|
7664
7664
|
}
|
|
7665
|
-
export function
|
|
7665
|
+
export function __wbg_confirmationIntervalMs_91432ba5894663b5(arg0, arg1) {
|
|
7666
7666
|
const ret = arg1.confirmationIntervalMs;
|
|
7667
7667
|
getDataViewMemory0().setBigInt64(arg0 + 8 * 1, isLikeNone(ret) ? BigInt(0) : ret, true);
|
|
7668
7668
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, !isLikeNone(ret), true);
|
|
@@ -7701,7 +7701,7 @@ export function __wbg_createObjectStore_f75f59d55a549868() { return handleError(
|
|
|
7701
7701
|
const ret = arg0.createObjectStore(getStringFromWasm0(arg1, arg2), arg3);
|
|
7702
7702
|
return ret;
|
|
7703
7703
|
}, arguments); }
|
|
7704
|
-
export function
|
|
7704
|
+
export function __wbg_crypto_86f2631e91b51511(arg0) {
|
|
7705
7705
|
const ret = arg0.crypto;
|
|
7706
7706
|
return ret;
|
|
7707
7707
|
}
|
|
@@ -7776,7 +7776,7 @@ export function __wbg_extendedheader_unwrap(arg0) {
|
|
|
7776
7776
|
const ret = ExtendedHeader.__unwrap(arg0);
|
|
7777
7777
|
return ret;
|
|
7778
7778
|
}
|
|
7779
|
-
export function
|
|
7779
|
+
export function __wbg_fetch_0012865bf63adad6(arg0) {
|
|
7780
7780
|
const ret = fetch(arg0);
|
|
7781
7781
|
return ret;
|
|
7782
7782
|
}
|
|
@@ -7792,12 +7792,12 @@ export function __wbg_from_bddd64e7d5ff6941(arg0) {
|
|
|
7792
7792
|
const ret = Array.from(arg0);
|
|
7793
7793
|
return ret;
|
|
7794
7794
|
}
|
|
7795
|
-
export function
|
|
7795
|
+
export function __wbg_gasLimit_59e55422ffb5f4c6(arg0, arg1) {
|
|
7796
7796
|
const ret = arg1.gasLimit;
|
|
7797
7797
|
getDataViewMemory0().setBigInt64(arg0 + 8 * 1, isLikeNone(ret) ? BigInt(0) : ret, true);
|
|
7798
7798
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, !isLikeNone(ret), true);
|
|
7799
7799
|
}
|
|
7800
|
-
export function
|
|
7800
|
+
export function __wbg_gasPrice_96e247b830aeacd4(arg0, arg1) {
|
|
7801
7801
|
const ret = arg1.gasPrice;
|
|
7802
7802
|
getDataViewMemory0().setFloat64(arg0 + 8 * 1, isLikeNone(ret) ? 0 : ret, true);
|
|
7803
7803
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, !isLikeNone(ret), true);
|
|
@@ -7830,10 +7830,10 @@ export function __wbg_getAll_4a87f2b2a7e22ea5() { return handleError(function (a
|
|
|
7830
7830
|
const ret = arg0.getAll(arg1, arg2 >>> 0);
|
|
7831
7831
|
return ret;
|
|
7832
7832
|
}, arguments); }
|
|
7833
|
-
export function
|
|
7833
|
+
export function __wbg_getRandomValues_1c61fac11405ffdc() { return handleError(function (arg0, arg1) {
|
|
7834
7834
|
globalThis.crypto.getRandomValues(getArrayU8FromWasm0(arg0, arg1));
|
|
7835
7835
|
}, arguments); }
|
|
7836
|
-
export function
|
|
7836
|
+
export function __wbg_getRandomValues_b3f15fcbfabb0f8b() { return handleError(function (arg0, arg1) {
|
|
7837
7837
|
arg0.getRandomValues(arg1);
|
|
7838
7838
|
}, arguments); }
|
|
7839
7839
|
export function __wbg_getReader_48e00749fe3f6089() { return handleError(function (arg0) {
|
|
@@ -7895,7 +7895,7 @@ export function __wbg_has_d4e53238966c12b6() { return handleError(function (arg0
|
|
|
7895
7895
|
const ret = Reflect.has(arg0, arg1);
|
|
7896
7896
|
return ret;
|
|
7897
7897
|
}, arguments); }
|
|
7898
|
-
export function
|
|
7898
|
+
export function __wbg_hash_0e12327a100fba75(arg0, arg1) {
|
|
7899
7899
|
const ret = arg1.hash;
|
|
7900
7900
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
7901
7901
|
const len1 = WASM_VECTOR_LEN;
|
|
@@ -8169,7 +8169,7 @@ export function __wbg_length_4c6eb4059a3635c9(arg0) {
|
|
|
8169
8169
|
const ret = arg0.length;
|
|
8170
8170
|
return ret;
|
|
8171
8171
|
}
|
|
8172
|
-
export function
|
|
8172
|
+
export function __wbg_memo_621b9762de8054cc(arg0, arg1) {
|
|
8173
8173
|
const ret = arg1.memo;
|
|
8174
8174
|
var ptr1 = isLikeNone(ret) ? 0 : passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
8175
8175
|
var len1 = WASM_VECTOR_LEN;
|
|
@@ -8184,7 +8184,7 @@ export function __wbg_modeinfo_new(arg0) {
|
|
|
8184
8184
|
const ret = ModeInfo.__wrap(arg0);
|
|
8185
8185
|
return ret;
|
|
8186
8186
|
}
|
|
8187
|
-
export function
|
|
8187
|
+
export function __wbg_msCrypto_d562bbe83e0d4b91(arg0) {
|
|
8188
8188
|
const ret = arg0.msCrypto;
|
|
8189
8189
|
return ret;
|
|
8190
8190
|
}
|
|
@@ -8255,7 +8255,7 @@ export function __wbg_new_b5d9e2fb389fef91(arg0, arg1) {
|
|
|
8255
8255
|
const a = state0.a;
|
|
8256
8256
|
state0.a = 0;
|
|
8257
8257
|
try {
|
|
8258
|
-
return
|
|
8258
|
+
return wasm_bindgen__convert__closures_____invoke__h2811cf281c54d4ae(a, state0.b, arg0, arg1);
|
|
8259
8259
|
} finally {
|
|
8260
8260
|
state0.a = a;
|
|
8261
8261
|
}
|
|
@@ -8306,7 +8306,7 @@ export function __wbg_next_418f80d8f5303233(arg0) {
|
|
|
8306
8306
|
const ret = arg0.next;
|
|
8307
8307
|
return ret;
|
|
8308
8308
|
}
|
|
8309
|
-
export function
|
|
8309
|
+
export function __wbg_node_e1f24f89a7336c2e(arg0) {
|
|
8310
8310
|
const ret = arg0.node;
|
|
8311
8311
|
return ret;
|
|
8312
8312
|
}
|
|
@@ -8386,20 +8386,20 @@ export function __wbg_ports_1869961313e18e87(arg0) {
|
|
|
8386
8386
|
const ret = arg0.ports;
|
|
8387
8387
|
return ret;
|
|
8388
8388
|
}
|
|
8389
|
-
export function
|
|
8389
|
+
export function __wbg_postMessage_6962a8f13ab51b6a() { return handleError(function (arg0, arg1) {
|
|
8390
8390
|
arg0.postMessage(arg1);
|
|
8391
8391
|
}, arguments); }
|
|
8392
|
-
export function
|
|
8393
|
-
arg0.postMessage(arg1, arg2);
|
|
8394
|
-
}, arguments); }
|
|
8395
|
-
export function __wbg_postMessage_6962a8f13ab51b6a() { return handleError(function (arg0, arg1) {
|
|
8392
|
+
export function __wbg_postMessage_941484f571bf913b() { return handleError(function (arg0, arg1) {
|
|
8396
8393
|
arg0.postMessage(arg1);
|
|
8397
8394
|
}, arguments); }
|
|
8398
|
-
export function
|
|
8395
|
+
export function __wbg_postMessage_a39730fbde7adc53() { return handleError(function (arg0, arg1, arg2) {
|
|
8396
|
+
arg0.postMessage(arg1, arg2);
|
|
8397
|
+
}, arguments); }
|
|
8398
|
+
export function __wbg_priority_bd72c71383d2305f(arg0) {
|
|
8399
8399
|
const ret = arg0.priority;
|
|
8400
8400
|
return isLikeNone(ret) ? 0 : ret;
|
|
8401
8401
|
}
|
|
8402
|
-
export function
|
|
8402
|
+
export function __wbg_process_3975fd6c72f520aa(arg0) {
|
|
8403
8403
|
const ret = arg0.process;
|
|
8404
8404
|
return ret;
|
|
8405
8405
|
}
|
|
@@ -8433,7 +8433,7 @@ export function __wbg_queueMicrotask_0aa0a927f78f5d98(arg0) {
|
|
|
8433
8433
|
export function __wbg_queueMicrotask_5bb536982f78a56f(arg0) {
|
|
8434
8434
|
queueMicrotask(arg0);
|
|
8435
8435
|
}
|
|
8436
|
-
export function
|
|
8436
|
+
export function __wbg_randomFillSync_f8c153b79f285817() { return handleError(function (arg0, arg1) {
|
|
8437
8437
|
arg0.randomFillSync(arg1);
|
|
8438
8438
|
}, arguments); }
|
|
8439
8439
|
export function __wbg_random_912284dbf636f269() {
|
|
@@ -8467,11 +8467,11 @@ export function __wbg_request_365c4fc189d0cefe(arg0) {
|
|
|
8467
8467
|
const ret = arg0.request;
|
|
8468
8468
|
return ret;
|
|
8469
8469
|
}
|
|
8470
|
-
export function
|
|
8470
|
+
export function __wbg_request_91dffde1c1b76e66(arg0, arg1, arg2, arg3, arg4) {
|
|
8471
8471
|
const ret = arg0.request(getStringFromWasm0(arg1, arg2), arg3, arg4);
|
|
8472
8472
|
return ret;
|
|
8473
8473
|
}
|
|
8474
|
-
export function
|
|
8474
|
+
export function __wbg_require_b74f47fc2d022fd6() { return handleError(function () {
|
|
8475
8475
|
const ret = module.require;
|
|
8476
8476
|
return ret;
|
|
8477
8477
|
}, arguments); }
|
|
@@ -8493,7 +8493,7 @@ export function __wbg_samplingmetadata_new(arg0) {
|
|
|
8493
8493
|
export function __wbg_send_542f95dea2df7994() { return handleError(function (arg0, arg1, arg2) {
|
|
8494
8494
|
arg0.send(getArrayU8FromWasm0(arg1, arg2));
|
|
8495
8495
|
}, arguments); }
|
|
8496
|
-
export function
|
|
8496
|
+
export function __wbg_sequence_a025e6643522b5bd(arg0) {
|
|
8497
8497
|
const ret = arg0.sequence;
|
|
8498
8498
|
return ret;
|
|
8499
8499
|
}
|
|
@@ -8509,7 +8509,7 @@ export function __wbg_setInterval_ed3b5e3c3ebb8a6d() { return handleError(functi
|
|
|
8509
8509
|
const ret = setInterval(arg0, arg1);
|
|
8510
8510
|
return ret;
|
|
8511
8511
|
}, arguments); }
|
|
8512
|
-
export function
|
|
8512
|
+
export function __wbg_setTimeout_31d8ec8d3364ae6d(arg0, arg1) {
|
|
8513
8513
|
const ret = setTimeout(arg0, arg1 >>> 0);
|
|
8514
8514
|
return ret;
|
|
8515
8515
|
}
|
|
@@ -8577,6 +8577,9 @@ export function __wbg_set_mode_b13642c312648202(arg0, arg1) {
|
|
|
8577
8577
|
export function __wbg_set_multi_entry_1e0edb6570bebc20(arg0, arg1) {
|
|
8578
8578
|
arg0.multiEntry = arg1 !== 0;
|
|
8579
8579
|
}
|
|
8580
|
+
export function __wbg_set_name_e71c1e088429e6f9(arg0, arg1, arg2) {
|
|
8581
|
+
arg0.name = getStringFromWasm0(arg1, arg2);
|
|
8582
|
+
}
|
|
8580
8583
|
export function __wbg_set_onabort_5b85743a64489257(arg0, arg1) {
|
|
8581
8584
|
arg0.onabort = arg1;
|
|
8582
8585
|
}
|
|
@@ -8740,7 +8743,7 @@ export function __wbg_transaction_c407989db8e62119() { return handleError(functi
|
|
|
8740
8743
|
const ret = arg0.transaction(arg1, __wbindgen_enum_IdbTransactionMode[arg2]);
|
|
8741
8744
|
return ret;
|
|
8742
8745
|
}, arguments); }
|
|
8743
|
-
export function
|
|
8746
|
+
export function __wbg_tx_237cdd7da1a5411d(arg0, arg1) {
|
|
8744
8747
|
const ret = arg1.tx;
|
|
8745
8748
|
const ptr1 = passArray8ToWasm0(ret, wasm.__wbindgen_malloc);
|
|
8746
8749
|
const len1 = WASM_VECTOR_LEN;
|
|
@@ -8755,7 +8758,7 @@ export function __wbg_txstatusresponse_new(arg0) {
|
|
|
8755
8758
|
const ret = TxStatusResponse.__wrap(arg0);
|
|
8756
8759
|
return ret;
|
|
8757
8760
|
}
|
|
8758
|
-
export function
|
|
8761
|
+
export function __wbg_typeUrl_218c5ff2c1878ada(arg0, arg1) {
|
|
8759
8762
|
const ret = arg1.typeUrl;
|
|
8760
8763
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
8761
8764
|
const len1 = WASM_VECTOR_LEN;
|
|
@@ -8784,18 +8787,18 @@ export function __wbg_value_0546255b415e96c1(arg0) {
|
|
|
8784
8787
|
const ret = arg0.value;
|
|
8785
8788
|
return ret;
|
|
8786
8789
|
}
|
|
8787
|
-
export function
|
|
8788
|
-
const ret = arg0.value;
|
|
8789
|
-
return ret;
|
|
8790
|
-
}, arguments); }
|
|
8791
|
-
export function __wbg_value_ea018e7850009dbf(arg0, arg1) {
|
|
8790
|
+
export function __wbg_value_2637f9805644ccdc(arg0, arg1) {
|
|
8792
8791
|
const ret = arg1.value;
|
|
8793
8792
|
const ptr1 = passArray8ToWasm0(ret, wasm.__wbindgen_malloc);
|
|
8794
8793
|
const len1 = WASM_VECTOR_LEN;
|
|
8795
8794
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
8796
8795
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
8797
8796
|
}
|
|
8798
|
-
export function
|
|
8797
|
+
export function __wbg_value_30a10f975c5e9af8() { return handleError(function (arg0) {
|
|
8798
|
+
const ret = arg0.value;
|
|
8799
|
+
return ret;
|
|
8800
|
+
}, arguments); }
|
|
8801
|
+
export function __wbg_versions_4e31226f5e8dc909(arg0) {
|
|
8799
8802
|
const ret = arg0.versions;
|
|
8800
8803
|
return ret;
|
|
8801
8804
|
}
|
|
@@ -8815,58 +8818,58 @@ export function __wbg_write_4dbba5e5426abaf4(arg0, arg1) {
|
|
|
8815
8818
|
return ret;
|
|
8816
8819
|
}
|
|
8817
8820
|
export function __wbindgen_cast_0000000000000001(arg0, arg1) {
|
|
8818
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
8819
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
8821
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 1869, function: Function { arguments: [NamedExternref("CloseEvent")], shim_idx: 1870, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
8822
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h2b2c0af9eed024a2, wasm_bindgen__convert__closures_____invoke__h23b4bffaf6115531);
|
|
8820
8823
|
return ret;
|
|
8821
8824
|
}
|
|
8822
8825
|
export function __wbindgen_cast_0000000000000002(arg0, arg1) {
|
|
8823
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
8824
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
8826
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 1869, function: Function { arguments: [NamedExternref("Event")], shim_idx: 1870, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
8827
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h2b2c0af9eed024a2, wasm_bindgen__convert__closures_____invoke__h23b4bffaf6115531);
|
|
8825
8828
|
return ret;
|
|
8826
8829
|
}
|
|
8827
8830
|
export function __wbindgen_cast_0000000000000003(arg0, arg1) {
|
|
8828
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
8829
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
8831
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 1869, function: Function { arguments: [NamedExternref("MessageEvent")], shim_idx: 1870, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
8832
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h2b2c0af9eed024a2, wasm_bindgen__convert__closures_____invoke__h23b4bffaf6115531);
|
|
8830
8833
|
return ret;
|
|
8831
8834
|
}
|
|
8832
8835
|
export function __wbindgen_cast_0000000000000004(arg0, arg1) {
|
|
8833
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
8834
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
8836
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 2431, function: Function { arguments: [], shim_idx: 2432, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
8837
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h76188f71549847f1, wasm_bindgen__convert__closures_____invoke__h412c1217347d658e);
|
|
8835
8838
|
return ret;
|
|
8836
8839
|
}
|
|
8837
8840
|
export function __wbindgen_cast_0000000000000005(arg0, arg1) {
|
|
8838
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
8839
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
8841
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 2958, function: Function { arguments: [Externref], shim_idx: 2959, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
8842
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__hd6de943a0a41ae51, wasm_bindgen__convert__closures_____invoke__h875f661798e42289);
|
|
8840
8843
|
return ret;
|
|
8841
8844
|
}
|
|
8842
8845
|
export function __wbindgen_cast_0000000000000006(arg0, arg1) {
|
|
8843
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
8844
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
8846
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 2970, function: Function { arguments: [], shim_idx: 2971, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
8847
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__hf11e927bf12d8268, wasm_bindgen__convert__closures_____invoke__ha1d62e8210cfe068);
|
|
8845
8848
|
return ret;
|
|
8846
8849
|
}
|
|
8847
8850
|
export function __wbindgen_cast_0000000000000007(arg0, arg1) {
|
|
8848
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
8849
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
8851
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 3059, function: Function { arguments: [NamedExternref("Event")], shim_idx: 3060, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
8852
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h23733cefa36baea2, wasm_bindgen__convert__closures_____invoke__hfad7e16b1838f34d);
|
|
8850
8853
|
return ret;
|
|
8851
8854
|
}
|
|
8852
8855
|
export function __wbindgen_cast_0000000000000008(arg0, arg1) {
|
|
8853
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
8854
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
8856
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 969, function: Function { arguments: [Externref], shim_idx: 978, ret: NamedExternref("Promise<any>"), inner_ret: Some(NamedExternref("Promise<any>")) }, mutable: true }) -> Externref`.
|
|
8857
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h560727c3b8cd8703, wasm_bindgen__convert__closures_____invoke__h60727b62f426289b);
|
|
8855
8858
|
return ret;
|
|
8856
8859
|
}
|
|
8857
8860
|
export function __wbindgen_cast_0000000000000009(arg0, arg1) {
|
|
8858
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
8859
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
8861
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 969, function: Function { arguments: [NamedExternref("IDBVersionChangeEvent")], shim_idx: 970, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
8862
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h560727c3b8cd8703, wasm_bindgen__convert__closures_____invoke__h01ad7ca5ce86dbb5);
|
|
8860
8863
|
return ret;
|
|
8861
8864
|
}
|
|
8862
8865
|
export function __wbindgen_cast_000000000000000a(arg0, arg1) {
|
|
8863
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
8864
|
-
const ret = makeClosure(arg0, arg1, wasm.
|
|
8866
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 969, function: Function { arguments: [NamedExternref("MessageEvent")], shim_idx: 976, ret: Unit, inner_ret: Some(Unit) }, mutable: false }) -> Externref`.
|
|
8867
|
+
const ret = makeClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h560727c3b8cd8703, wasm_bindgen__convert__closures_____invoke__hbf41c7ba4aa66383);
|
|
8865
8868
|
return ret;
|
|
8866
8869
|
}
|
|
8867
8870
|
export function __wbindgen_cast_000000000000000b(arg0, arg1) {
|
|
8868
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
8869
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
8871
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 969, function: Function { arguments: [], shim_idx: 972, ret: NamedExternref("Promise<any>"), inner_ret: Some(NamedExternref("Promise<any>")) }, mutable: true }) -> Externref`.
|
|
8872
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen__closure__destroy__h560727c3b8cd8703, wasm_bindgen__convert__closures_____invoke__hcdce148a1f00276c);
|
|
8870
8873
|
return ret;
|
|
8871
8874
|
}
|
|
8872
8875
|
export function __wbindgen_cast_000000000000000c(arg0) {
|
|
@@ -8931,46 +8934,46 @@ export function __wbindgen_init_externref_table() {
|
|
|
8931
8934
|
table.set(offset + 2, true);
|
|
8932
8935
|
table.set(offset + 3, false);
|
|
8933
8936
|
}
|
|
8934
|
-
function
|
|
8935
|
-
wasm.
|
|
8937
|
+
function wasm_bindgen__convert__closures_____invoke__h412c1217347d658e(arg0, arg1) {
|
|
8938
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h412c1217347d658e(arg0, arg1);
|
|
8936
8939
|
}
|
|
8937
8940
|
|
|
8938
|
-
function
|
|
8939
|
-
wasm.
|
|
8941
|
+
function wasm_bindgen__convert__closures_____invoke__ha1d62e8210cfe068(arg0, arg1) {
|
|
8942
|
+
wasm.wasm_bindgen__convert__closures_____invoke__ha1d62e8210cfe068(arg0, arg1);
|
|
8940
8943
|
}
|
|
8941
8944
|
|
|
8942
|
-
function
|
|
8943
|
-
const ret = wasm.
|
|
8945
|
+
function wasm_bindgen__convert__closures_____invoke__hcdce148a1f00276c(arg0, arg1) {
|
|
8946
|
+
const ret = wasm.wasm_bindgen__convert__closures_____invoke__hcdce148a1f00276c(arg0, arg1);
|
|
8944
8947
|
return ret;
|
|
8945
8948
|
}
|
|
8946
8949
|
|
|
8947
|
-
function
|
|
8948
|
-
wasm.
|
|
8950
|
+
function wasm_bindgen__convert__closures_____invoke__h23b4bffaf6115531(arg0, arg1, arg2) {
|
|
8951
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h23b4bffaf6115531(arg0, arg1, arg2);
|
|
8949
8952
|
}
|
|
8950
8953
|
|
|
8951
|
-
function
|
|
8952
|
-
wasm.
|
|
8954
|
+
function wasm_bindgen__convert__closures_____invoke__h875f661798e42289(arg0, arg1, arg2) {
|
|
8955
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h875f661798e42289(arg0, arg1, arg2);
|
|
8953
8956
|
}
|
|
8954
8957
|
|
|
8955
|
-
function
|
|
8956
|
-
wasm.
|
|
8958
|
+
function wasm_bindgen__convert__closures_____invoke__hfad7e16b1838f34d(arg0, arg1, arg2) {
|
|
8959
|
+
wasm.wasm_bindgen__convert__closures_____invoke__hfad7e16b1838f34d(arg0, arg1, arg2);
|
|
8957
8960
|
}
|
|
8958
8961
|
|
|
8959
|
-
function
|
|
8960
|
-
wasm.
|
|
8962
|
+
function wasm_bindgen__convert__closures_____invoke__h01ad7ca5ce86dbb5(arg0, arg1, arg2) {
|
|
8963
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h01ad7ca5ce86dbb5(arg0, arg1, arg2);
|
|
8961
8964
|
}
|
|
8962
8965
|
|
|
8963
|
-
function
|
|
8964
|
-
wasm.
|
|
8966
|
+
function wasm_bindgen__convert__closures_____invoke__hbf41c7ba4aa66383(arg0, arg1, arg2) {
|
|
8967
|
+
wasm.wasm_bindgen__convert__closures_____invoke__hbf41c7ba4aa66383(arg0, arg1, arg2);
|
|
8965
8968
|
}
|
|
8966
8969
|
|
|
8967
|
-
function
|
|
8968
|
-
const ret = wasm.
|
|
8970
|
+
function wasm_bindgen__convert__closures_____invoke__h60727b62f426289b(arg0, arg1, arg2) {
|
|
8971
|
+
const ret = wasm.wasm_bindgen__convert__closures_____invoke__h60727b62f426289b(arg0, arg1, arg2);
|
|
8969
8972
|
return ret;
|
|
8970
8973
|
}
|
|
8971
8974
|
|
|
8972
|
-
function
|
|
8973
|
-
wasm.
|
|
8975
|
+
function wasm_bindgen__convert__closures_____invoke__h2811cf281c54d4ae(arg0, arg1, arg2, arg3) {
|
|
8976
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h2811cf281c54d4ae(arg0, arg1, arg2, arg3);
|
|
8974
8977
|
}
|
|
8975
8978
|
|
|
8976
8979
|
|
package/lumina_node_wasm_bg.wasm
CHANGED
|
Binary file
|