lumina-node-wasm 0.13.0 → 0.13.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.d.ts +4 -0
- package/lumina_node_wasm_bg.js +87 -81
- package/lumina_node_wasm_bg.wasm +0 -0
- package/package.json +1 -1
package/lumina_node_wasm.d.ts
CHANGED
|
@@ -518,6 +518,10 @@ type ReadableStreamType = "bytes";
|
|
|
518
518
|
* Priority of the transaction, used with gas estimation service
|
|
519
519
|
*/
|
|
520
520
|
priority?: TxPriority;
|
|
521
|
+
/**
|
|
522
|
+
* Interval between confirmation polling attempts, in milliseconds.
|
|
523
|
+
*/
|
|
524
|
+
confirmationIntervalMs?: bigint;
|
|
521
525
|
}
|
|
522
526
|
|
|
523
527
|
|
package/lumina_node_wasm_bg.js
CHANGED
|
@@ -306,45 +306,45 @@ export function protoEncodeSignDoc(sign_doc) {
|
|
|
306
306
|
}
|
|
307
307
|
|
|
308
308
|
function __wbg_adapter_6(arg0, arg1, arg2) {
|
|
309
|
-
wasm.
|
|
309
|
+
wasm.closure1891_externref_shim(arg0, arg1, arg2);
|
|
310
310
|
}
|
|
311
311
|
|
|
312
312
|
function __wbg_adapter_9(arg0, arg1, arg2) {
|
|
313
|
-
wasm.
|
|
313
|
+
wasm.closure313_externref_shim(arg0, arg1, arg2);
|
|
314
314
|
}
|
|
315
315
|
|
|
316
316
|
function __wbg_adapter_14(arg0, arg1, arg2) {
|
|
317
|
-
wasm.
|
|
317
|
+
wasm.closure310_externref_shim(arg0, arg1, arg2);
|
|
318
318
|
}
|
|
319
319
|
|
|
320
|
-
function
|
|
321
|
-
wasm.
|
|
320
|
+
function __wbg_adapter_21(arg0, arg1, arg2) {
|
|
321
|
+
wasm.closure2957_externref_shim(arg0, arg1, arg2);
|
|
322
322
|
}
|
|
323
323
|
|
|
324
|
-
function
|
|
325
|
-
wasm.
|
|
324
|
+
function __wbg_adapter_30(arg0, arg1) {
|
|
325
|
+
wasm.wasm_bindgen__convert__closures_____invoke__hbc27f06da80e4608(arg0, arg1);
|
|
326
326
|
}
|
|
327
327
|
|
|
328
|
-
function
|
|
329
|
-
|
|
330
|
-
return ret;
|
|
328
|
+
function __wbg_adapter_33(arg0, arg1, arg2) {
|
|
329
|
+
wasm.closure3065_externref_shim(arg0, arg1, arg2);
|
|
331
330
|
}
|
|
332
331
|
|
|
333
|
-
function
|
|
334
|
-
wasm.
|
|
332
|
+
function __wbg_adapter_40(arg0, arg1) {
|
|
333
|
+
wasm.wasm_bindgen__convert__closures_____invoke__h4a5ee0ea235e8a7d(arg0, arg1);
|
|
335
334
|
}
|
|
336
335
|
|
|
337
|
-
function
|
|
336
|
+
function __wbg_adapter_43(arg0, arg1) {
|
|
338
337
|
const ret = wasm.closure315_externref_shim(arg0, arg1);
|
|
339
338
|
return ret;
|
|
340
339
|
}
|
|
341
340
|
|
|
342
|
-
function
|
|
343
|
-
wasm.
|
|
341
|
+
function __wbg_adapter_46(arg0, arg1, arg2) {
|
|
342
|
+
const ret = wasm.closure307_externref_shim(arg0, arg1, arg2);
|
|
343
|
+
return ret;
|
|
344
344
|
}
|
|
345
345
|
|
|
346
346
|
function __wbg_adapter_940(arg0, arg1, arg2, arg3) {
|
|
347
|
-
wasm.
|
|
347
|
+
wasm.closure3084_externref_shim(arg0, arg1, arg2, arg3);
|
|
348
348
|
}
|
|
349
349
|
|
|
350
350
|
/**
|
|
@@ -8025,7 +8025,7 @@ export function __wbg_abort_496881624c2d80da() { return handleError(function (ar
|
|
|
8025
8025
|
arg0.abort();
|
|
8026
8026
|
}, arguments) };
|
|
8027
8027
|
|
|
8028
|
-
export function
|
|
8028
|
+
export function __wbg_accountNumber_9d138db46ccba58b(arg0) {
|
|
8029
8029
|
const ret = arg0.accountNumber;
|
|
8030
8030
|
return ret;
|
|
8031
8031
|
};
|
|
@@ -8078,7 +8078,7 @@ export function __wbg_attribute_unwrap(arg0) {
|
|
|
8078
8078
|
return ret;
|
|
8079
8079
|
};
|
|
8080
8080
|
|
|
8081
|
-
export function
|
|
8081
|
+
export function __wbg_authInfoBytes_d5d18df7df3dd78f(arg0, arg1) {
|
|
8082
8082
|
const ret = arg1.authInfoBytes;
|
|
8083
8083
|
const ptr1 = passArray8ToWasm0(ret, wasm.__wbindgen_malloc);
|
|
8084
8084
|
const len1 = WASM_VECTOR_LEN;
|
|
@@ -8121,7 +8121,7 @@ export function __wbg_blockrange_unwrap(arg0) {
|
|
|
8121
8121
|
return ret;
|
|
8122
8122
|
};
|
|
8123
8123
|
|
|
8124
|
-
export function
|
|
8124
|
+
export function __wbg_bodyBytes_267cae7434ad15b7(arg0, arg1) {
|
|
8125
8125
|
const ret = arg1.bodyBytes;
|
|
8126
8126
|
const ptr1 = passArray8ToWasm0(ret, wasm.__wbindgen_malloc);
|
|
8127
8127
|
const len1 = WASM_VECTOR_LEN;
|
|
@@ -8184,7 +8184,7 @@ export function __wbg_cause_94f62e1c92956ce2(arg0) {
|
|
|
8184
8184
|
return ret;
|
|
8185
8185
|
};
|
|
8186
8186
|
|
|
8187
|
-
export function
|
|
8187
|
+
export function __wbg_chainId_7065cc4224ab6c80(arg0, arg1) {
|
|
8188
8188
|
const ret = arg1.chainId;
|
|
8189
8189
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
8190
8190
|
const len1 = WASM_VECTOR_LEN;
|
|
@@ -8288,6 +8288,12 @@ export function __wbg_configresponse_new(arg0) {
|
|
|
8288
8288
|
return ret;
|
|
8289
8289
|
};
|
|
8290
8290
|
|
|
8291
|
+
export function __wbg_confirmationIntervalMs_ae2e8d04aba02b7e(arg0, arg1) {
|
|
8292
|
+
const ret = arg1.confirmationIntervalMs;
|
|
8293
|
+
getDataViewMemory0().setBigInt64(arg0 + 8 * 1, isLikeNone(ret) ? BigInt(0) : ret, true);
|
|
8294
|
+
getDataViewMemory0().setInt32(arg0 + 4 * 0, !isLikeNone(ret), true);
|
|
8295
|
+
};
|
|
8296
|
+
|
|
8291
8297
|
export function __wbg_continue_e37b78917b01b67f() { return handleError(function (arg0) {
|
|
8292
8298
|
arg0.continue();
|
|
8293
8299
|
}, arguments) };
|
|
@@ -8424,7 +8430,7 @@ export function __wbg_fetch_4fae101547df73b6(arg0, arg1, arg2) {
|
|
|
8424
8430
|
return ret;
|
|
8425
8431
|
};
|
|
8426
8432
|
|
|
8427
|
-
export function
|
|
8433
|
+
export function __wbg_fetch_9f29c3131fded422(arg0) {
|
|
8428
8434
|
const ret = fetch(arg0);
|
|
8429
8435
|
return ret;
|
|
8430
8436
|
};
|
|
@@ -8439,13 +8445,13 @@ export function __wbg_from_237b1ad767238d8b(arg0) {
|
|
|
8439
8445
|
return ret;
|
|
8440
8446
|
};
|
|
8441
8447
|
|
|
8442
|
-
export function
|
|
8448
|
+
export function __wbg_gasLimit_198ecb74b69f2122(arg0, arg1) {
|
|
8443
8449
|
const ret = arg1.gasLimit;
|
|
8444
8450
|
getDataViewMemory0().setBigInt64(arg0 + 8 * 1, isLikeNone(ret) ? BigInt(0) : ret, true);
|
|
8445
8451
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, !isLikeNone(ret), true);
|
|
8446
8452
|
};
|
|
8447
8453
|
|
|
8448
|
-
export function
|
|
8454
|
+
export function __wbg_gasPrice_b1a4e82abff7dc4f(arg0, arg1) {
|
|
8449
8455
|
const ret = arg1.gasPrice;
|
|
8450
8456
|
getDataViewMemory0().setFloat64(arg0 + 8 * 1, isLikeNone(ret) ? 0 : ret, true);
|
|
8451
8457
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, !isLikeNone(ret), true);
|
|
@@ -8567,7 +8573,7 @@ export function __wbg_has_85abdd8aeb8edebf() { return handleError(function (arg0
|
|
|
8567
8573
|
return ret;
|
|
8568
8574
|
}, arguments) };
|
|
8569
8575
|
|
|
8570
|
-
export function
|
|
8576
|
+
export function __wbg_hash_a7f2410ab226cfb8(arg0, arg1) {
|
|
8571
8577
|
const ret = arg1.hash;
|
|
8572
8578
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
8573
8579
|
const len1 = WASM_VECTOR_LEN;
|
|
@@ -8882,7 +8888,7 @@ export function __wbg_length_904c0910ed998bf3(arg0) {
|
|
|
8882
8888
|
return ret;
|
|
8883
8889
|
};
|
|
8884
8890
|
|
|
8885
|
-
export function
|
|
8891
|
+
export function __wbg_memo_1a7cca7ae0e4856b(arg0, arg1) {
|
|
8886
8892
|
const ret = arg1.memo;
|
|
8887
8893
|
var ptr1 = isLikeNone(ret) ? 0 : passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
8888
8894
|
var len1 = WASM_VECTOR_LEN;
|
|
@@ -9153,15 +9159,15 @@ export function __wbg_postMessage_3b4fb1cda6756bf0() { return handleError(functi
|
|
|
9153
9159
|
arg0.postMessage(arg1);
|
|
9154
9160
|
}, arguments) };
|
|
9155
9161
|
|
|
9156
|
-
export function
|
|
9162
|
+
export function __wbg_postMessage_bd6fec4cca5d44ca() { return handleError(function (arg0, arg1, arg2) {
|
|
9157
9163
|
arg0.postMessage(arg1, arg2);
|
|
9158
9164
|
}, arguments) };
|
|
9159
9165
|
|
|
9160
|
-
export function
|
|
9166
|
+
export function __wbg_postMessage_f0db914571dc174c() { return handleError(function (arg0, arg1) {
|
|
9161
9167
|
arg0.postMessage(arg1);
|
|
9162
9168
|
}, arguments) };
|
|
9163
9169
|
|
|
9164
|
-
export function
|
|
9170
|
+
export function __wbg_priority_4fc34487ba5d9527(arg0) {
|
|
9165
9171
|
const ret = arg0.priority;
|
|
9166
9172
|
return isLikeNone(ret) ? 0 : ret;
|
|
9167
9173
|
};
|
|
@@ -9247,7 +9253,7 @@ export function __wbg_releaseLock_fbec365467db2e6c(arg0) {
|
|
|
9247
9253
|
arg0.releaseLock();
|
|
9248
9254
|
};
|
|
9249
9255
|
|
|
9250
|
-
export function
|
|
9256
|
+
export function __wbg_request_a20dac777125710d(arg0, arg1, arg2, arg3, arg4) {
|
|
9251
9257
|
const ret = arg0.request(getStringFromWasm0(arg1, arg2), arg3, arg4);
|
|
9252
9258
|
return ret;
|
|
9253
9259
|
};
|
|
@@ -9285,7 +9291,7 @@ export function __wbg_send_f0af552dcc5d8183() { return handleError(function (arg
|
|
|
9285
9291
|
arg0.send(getArrayU8FromWasm0(arg1, arg2));
|
|
9286
9292
|
}, arguments) };
|
|
9287
9293
|
|
|
9288
|
-
export function
|
|
9294
|
+
export function __wbg_sequence_e16d8729ed1b43aa(arg0) {
|
|
9289
9295
|
const ret = arg0.sequence;
|
|
9290
9296
|
return ret;
|
|
9291
9297
|
};
|
|
@@ -9600,7 +9606,7 @@ export function __wbg_transaction_fca796495943f7a5() { return handleError(functi
|
|
|
9600
9606
|
return ret;
|
|
9601
9607
|
}, arguments) };
|
|
9602
9608
|
|
|
9603
|
-
export function
|
|
9609
|
+
export function __wbg_tx_6840cd625a002054(arg0, arg1) {
|
|
9604
9610
|
const ret = arg1.tx;
|
|
9605
9611
|
const ptr1 = passArray8ToWasm0(ret, wasm.__wbindgen_malloc);
|
|
9606
9612
|
const len1 = WASM_VECTOR_LEN;
|
|
@@ -9618,7 +9624,7 @@ export function __wbg_txstatusresponse_new(arg0) {
|
|
|
9618
9624
|
return ret;
|
|
9619
9625
|
};
|
|
9620
9626
|
|
|
9621
|
-
export function
|
|
9627
|
+
export function __wbg_typeUrl_bbf5e338ffafa1f5(arg0, arg1) {
|
|
9622
9628
|
const ret = arg1.typeUrl;
|
|
9623
9629
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
|
|
9624
9630
|
const len1 = WASM_VECTOR_LEN;
|
|
@@ -9657,7 +9663,7 @@ export function __wbg_value_3e45d77a58bc804d() { return handleError(function (ar
|
|
|
9657
9663
|
return ret;
|
|
9658
9664
|
}, arguments) };
|
|
9659
9665
|
|
|
9660
|
-
export function
|
|
9666
|
+
export function __wbg_value_8de2f60a65cbe03b(arg0, arg1) {
|
|
9661
9667
|
const ret = arg1.value;
|
|
9662
9668
|
const ptr1 = passArray8ToWasm0(ret, wasm.__wbindgen_malloc);
|
|
9663
9669
|
const len1 = WASM_VECTOR_LEN;
|
|
@@ -9806,9 +9812,9 @@ export function __wbg_write_39d7c51f917777a5(arg0, arg1) {
|
|
|
9806
9812
|
return ret;
|
|
9807
9813
|
};
|
|
9808
9814
|
|
|
9809
|
-
export function
|
|
9810
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
9811
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
9815
|
+
export function __wbindgen_cast_0ad05dcdf8dc1eb5(arg0, arg1) {
|
|
9816
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 306, function: Function { arguments: [Externref], shim_idx: 307, ret: NamedExternref("Promise<any>"), inner_ret: Some(NamedExternref("Promise<any>")) }, mutable: true }) -> Externref`.
|
|
9817
|
+
const ret = makeMutClosure(arg0, arg1, 306, __wbg_adapter_46);
|
|
9812
9818
|
return ret;
|
|
9813
9819
|
};
|
|
9814
9820
|
|
|
@@ -9826,21 +9832,9 @@ export function __wbindgen_cast_2241b6af4c4b2941(arg0, arg1) {
|
|
|
9826
9832
|
return ret;
|
|
9827
9833
|
};
|
|
9828
9834
|
|
|
9829
|
-
export function
|
|
9830
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
9831
|
-
const ret =
|
|
9832
|
-
return ret;
|
|
9833
|
-
};
|
|
9834
|
-
|
|
9835
|
-
export function __wbindgen_cast_3ed92e68b5dc4732(arg0, arg1) {
|
|
9836
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx: 2957, function: Function { arguments: [Externref], shim_idx: 2958, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
9837
|
-
const ret = makeMutClosure(arg0, arg1, 2957, __wbg_adapter_14);
|
|
9838
|
-
return ret;
|
|
9839
|
-
};
|
|
9840
|
-
|
|
9841
|
-
export function __wbindgen_cast_41034090fdd410c2(arg0, arg1) {
|
|
9842
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx: 307, function: Function { arguments: [NamedExternref("IDBVersionChangeEvent")], shim_idx: 313, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
9843
|
-
const ret = makeMutClosure(arg0, arg1, 307, __wbg_adapter_6);
|
|
9835
|
+
export function __wbindgen_cast_2c29d0aeae5615d0(arg0, arg1) {
|
|
9836
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 2968, function: Function { arguments: [], shim_idx: 2969, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
9837
|
+
const ret = makeMutClosure(arg0, arg1, 2968, __wbg_adapter_30);
|
|
9844
9838
|
return ret;
|
|
9845
9839
|
};
|
|
9846
9840
|
|
|
@@ -9850,21 +9844,9 @@ export function __wbindgen_cast_4625c577ab2ec9ee(arg0) {
|
|
|
9850
9844
|
return ret;
|
|
9851
9845
|
};
|
|
9852
9846
|
|
|
9853
|
-
export function
|
|
9854
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
9855
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
9856
|
-
return ret;
|
|
9857
|
-
};
|
|
9858
|
-
|
|
9859
|
-
export function __wbindgen_cast_569c038971c23e28(arg0, arg1) {
|
|
9860
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx: 307, function: Function { arguments: [Externref], shim_idx: 308, ret: NamedExternref("Promise<any>"), inner_ret: Some(NamedExternref("Promise<any>")) }, mutable: true }) -> Externref`.
|
|
9861
|
-
const ret = makeMutClosure(arg0, arg1, 307, __wbg_adapter_31);
|
|
9862
|
-
return ret;
|
|
9863
|
-
};
|
|
9864
|
-
|
|
9865
|
-
export function __wbindgen_cast_6411431e1279b11e(arg0, arg1) {
|
|
9866
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx: 3065, function: Function { arguments: [NamedExternref("Event")], shim_idx: 3066, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
9867
|
-
const ret = makeMutClosure(arg0, arg1, 3065, __wbg_adapter_34);
|
|
9847
|
+
export function __wbindgen_cast_6cd56ce0d54f9444(arg0, arg1) {
|
|
9848
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 306, function: Function { arguments: [], shim_idx: 315, ret: NamedExternref("Promise<any>"), inner_ret: Some(NamedExternref("Promise<any>")) }, mutable: true }) -> Externref`.
|
|
9849
|
+
const ret = makeMutClosure(arg0, arg1, 306, __wbg_adapter_43);
|
|
9868
9850
|
return ret;
|
|
9869
9851
|
};
|
|
9870
9852
|
|
|
@@ -9876,15 +9858,9 @@ export function __wbindgen_cast_76a0f6231a633ad2(arg0, arg1) {
|
|
|
9876
9858
|
return ret;
|
|
9877
9859
|
};
|
|
9878
9860
|
|
|
9879
|
-
export function
|
|
9880
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
9881
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
9882
|
-
return ret;
|
|
9883
|
-
};
|
|
9884
|
-
|
|
9885
|
-
export function __wbindgen_cast_82adbf85e8d83012(arg0, arg1) {
|
|
9886
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx: 1891, function: Function { arguments: [NamedExternref("CloseEvent")], shim_idx: 1892, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
9887
|
-
const ret = makeMutClosure(arg0, arg1, 1891, __wbg_adapter_9);
|
|
9861
|
+
export function __wbindgen_cast_77757a1699ba67b8(arg0, arg1) {
|
|
9862
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 2440, function: Function { arguments: [], shim_idx: 2441, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
9863
|
+
const ret = makeMutClosure(arg0, arg1, 2440, __wbg_adapter_40);
|
|
9888
9864
|
return ret;
|
|
9889
9865
|
};
|
|
9890
9866
|
|
|
@@ -9902,9 +9878,9 @@ export function __wbindgen_cast_9ae0607507abb057(arg0) {
|
|
|
9902
9878
|
return ret;
|
|
9903
9879
|
};
|
|
9904
9880
|
|
|
9905
|
-
export function
|
|
9906
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
9907
|
-
const ret =
|
|
9881
|
+
export function __wbindgen_cast_9b6b26b5fbba97fd(arg0, arg1) {
|
|
9882
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 306, function: Function { arguments: [NamedExternref("MessageEvent")], shim_idx: 310, ret: Unit, inner_ret: Some(Unit) }, mutable: false }) -> Externref`.
|
|
9883
|
+
const ret = makeClosure(arg0, arg1, 306, __wbg_adapter_14);
|
|
9908
9884
|
return ret;
|
|
9909
9885
|
};
|
|
9910
9886
|
|
|
@@ -9914,6 +9890,18 @@ export function __wbindgen_cast_cb9088102bce6b30(arg0, arg1) {
|
|
|
9914
9890
|
return ret;
|
|
9915
9891
|
};
|
|
9916
9892
|
|
|
9893
|
+
export function __wbindgen_cast_cdc64781f7100c34(arg0, arg1) {
|
|
9894
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 1890, function: Function { arguments: [NamedExternref("CloseEvent")], shim_idx: 1891, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
9895
|
+
const ret = makeMutClosure(arg0, arg1, 1890, __wbg_adapter_6);
|
|
9896
|
+
return ret;
|
|
9897
|
+
};
|
|
9898
|
+
|
|
9899
|
+
export function __wbindgen_cast_d3f3f7964669a6d0(arg0, arg1) {
|
|
9900
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 2956, function: Function { arguments: [Externref], shim_idx: 2957, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
9901
|
+
const ret = makeMutClosure(arg0, arg1, 2956, __wbg_adapter_21);
|
|
9902
|
+
return ret;
|
|
9903
|
+
};
|
|
9904
|
+
|
|
9917
9905
|
export function __wbindgen_cast_d6cd19b81560fd6e(arg0) {
|
|
9918
9906
|
// Cast intrinsic for `F64 -> Externref`.
|
|
9919
9907
|
const ret = arg0;
|
|
@@ -9928,9 +9916,27 @@ export function __wbindgen_cast_da0d185114cf54d4(arg0, arg1) {
|
|
|
9928
9916
|
return ret;
|
|
9929
9917
|
};
|
|
9930
9918
|
|
|
9931
|
-
export function
|
|
9932
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
9933
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
9919
|
+
export function __wbindgen_cast_db83940a556ba978(arg0, arg1) {
|
|
9920
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 1890, function: Function { arguments: [NamedExternref("Event")], shim_idx: 1891, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
9921
|
+
const ret = makeMutClosure(arg0, arg1, 1890, __wbg_adapter_6);
|
|
9922
|
+
return ret;
|
|
9923
|
+
};
|
|
9924
|
+
|
|
9925
|
+
export function __wbindgen_cast_ddd257bc9e82741f(arg0, arg1) {
|
|
9926
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 1890, function: Function { arguments: [NamedExternref("MessageEvent")], shim_idx: 1891, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
9927
|
+
const ret = makeMutClosure(arg0, arg1, 1890, __wbg_adapter_6);
|
|
9928
|
+
return ret;
|
|
9929
|
+
};
|
|
9930
|
+
|
|
9931
|
+
export function __wbindgen_cast_e24e19aef8faa4ab(arg0, arg1) {
|
|
9932
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 306, function: Function { arguments: [NamedExternref("IDBVersionChangeEvent")], shim_idx: 313, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
9933
|
+
const ret = makeMutClosure(arg0, arg1, 306, __wbg_adapter_9);
|
|
9934
|
+
return ret;
|
|
9935
|
+
};
|
|
9936
|
+
|
|
9937
|
+
export function __wbindgen_cast_e9e0859ab60bf536(arg0, arg1) {
|
|
9938
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 3064, function: Function { arguments: [NamedExternref("Event")], shim_idx: 3065, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
9939
|
+
const ret = makeMutClosure(arg0, arg1, 3064, __wbg_adapter_33);
|
|
9934
9940
|
return ret;
|
|
9935
9941
|
};
|
|
9936
9942
|
|
package/lumina_node_wasm_bg.wasm
CHANGED
|
Binary file
|