@swc/wasm 1.3.26 → 1.3.28
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/package.json +1 -1
- package/wasm.js +21 -21
- package/wasm_bg.wasm +0 -0
package/package.json
CHANGED
package/wasm.js
CHANGED
|
@@ -428,26 +428,6 @@ module.exports.__wbg_set_a68214f35c417fa9 = function(arg0, arg1, arg2) {
|
|
|
428
428
|
getObject(arg0)[arg1 >>> 0] = takeObject(arg2);
|
|
429
429
|
};
|
|
430
430
|
|
|
431
|
-
module.exports.__wbg_set_933729cf5b66ac11 = function(arg0, arg1, arg2) {
|
|
432
|
-
const ret = getObject(arg0).set(getObject(arg1), getObject(arg2));
|
|
433
|
-
return addHeapObject(ret);
|
|
434
|
-
};
|
|
435
|
-
|
|
436
|
-
module.exports.__wbindgen_is_string = function(arg0) {
|
|
437
|
-
const ret = typeof(getObject(arg0)) === 'string';
|
|
438
|
-
return ret;
|
|
439
|
-
};
|
|
440
|
-
|
|
441
|
-
module.exports.__wbindgen_error_new = function(arg0, arg1) {
|
|
442
|
-
const ret = new Error(getStringFromWasm0(arg0, arg1));
|
|
443
|
-
return addHeapObject(ret);
|
|
444
|
-
};
|
|
445
|
-
|
|
446
|
-
module.exports.__wbg_new_268f7b7dd3430798 = function() {
|
|
447
|
-
const ret = new Map();
|
|
448
|
-
return addHeapObject(ret);
|
|
449
|
-
};
|
|
450
|
-
|
|
451
431
|
module.exports.__wbindgen_string_get = function(arg0, arg1) {
|
|
452
432
|
const obj = getObject(arg1);
|
|
453
433
|
const ret = typeof(obj) === 'string' ? obj : undefined;
|
|
@@ -462,6 +442,16 @@ module.exports.__wbindgen_jsval_loose_eq = function(arg0, arg1) {
|
|
|
462
442
|
return ret;
|
|
463
443
|
};
|
|
464
444
|
|
|
445
|
+
module.exports.__wbindgen_error_new = function(arg0, arg1) {
|
|
446
|
+
const ret = new Error(getStringFromWasm0(arg0, arg1));
|
|
447
|
+
return addHeapObject(ret);
|
|
448
|
+
};
|
|
449
|
+
|
|
450
|
+
module.exports.__wbindgen_is_string = function(arg0) {
|
|
451
|
+
const ret = typeof(getObject(arg0)) === 'string';
|
|
452
|
+
return ret;
|
|
453
|
+
};
|
|
454
|
+
|
|
465
455
|
module.exports.__wbindgen_is_object = function(arg0) {
|
|
466
456
|
const val = getObject(arg0);
|
|
467
457
|
const ret = typeof(val) === 'object' && val !== null;
|
|
@@ -498,6 +488,11 @@ module.exports.__wbindgen_in = function(arg0, arg1) {
|
|
|
498
488
|
return ret;
|
|
499
489
|
};
|
|
500
490
|
|
|
491
|
+
module.exports.__wbg_set_933729cf5b66ac11 = function(arg0, arg1, arg2) {
|
|
492
|
+
const ret = getObject(arg0).set(getObject(arg1), getObject(arg2));
|
|
493
|
+
return addHeapObject(ret);
|
|
494
|
+
};
|
|
495
|
+
|
|
501
496
|
module.exports.__wbindgen_boolean_get = function(arg0) {
|
|
502
497
|
const v = getObject(arg0);
|
|
503
498
|
const ret = typeof(v) === 'boolean' ? (v ? 1 : 0) : 2;
|
|
@@ -553,6 +548,11 @@ module.exports.__wbindgen_bigint_from_u64 = function(arg0) {
|
|
|
553
548
|
return addHeapObject(ret);
|
|
554
549
|
};
|
|
555
550
|
|
|
551
|
+
module.exports.__wbg_new_268f7b7dd3430798 = function() {
|
|
552
|
+
const ret = new Map();
|
|
553
|
+
return addHeapObject(ret);
|
|
554
|
+
};
|
|
555
|
+
|
|
556
556
|
module.exports.__wbg_call_168da88779e35f61 = function() { return handleError(function (arg0, arg1, arg2) {
|
|
557
557
|
const ret = getObject(arg0).call(getObject(arg1), getObject(arg2));
|
|
558
558
|
return addHeapObject(ret);
|
|
@@ -768,7 +768,7 @@ module.exports.__wbg_then_11f7a54d67b4bfad = function(arg0, arg1) {
|
|
|
768
768
|
return addHeapObject(ret);
|
|
769
769
|
};
|
|
770
770
|
|
|
771
|
-
module.exports.
|
|
771
|
+
module.exports.__wbindgen_closure_wrapper18980 = function(arg0, arg1, arg2) {
|
|
772
772
|
const ret = makeMutClosure(arg0, arg1, 231, __wbg_adapter_50);
|
|
773
773
|
return addHeapObject(ret);
|
|
774
774
|
};
|
package/wasm_bg.wasm
CHANGED
|
Binary file
|