@swc/wasm 1.3.24 → 1.3.25
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 +6 -6
- package/wasm_bg.wasm +0 -0
package/package.json
CHANGED
package/wasm.js
CHANGED
|
@@ -428,11 +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_new_268f7b7dd3430798 = function() {
|
|
432
|
-
const ret = new Map();
|
|
433
|
-
return addHeapObject(ret);
|
|
434
|
-
};
|
|
435
|
-
|
|
436
431
|
module.exports.__wbg_set_933729cf5b66ac11 = function(arg0, arg1, arg2) {
|
|
437
432
|
const ret = getObject(arg0).set(getObject(arg1), getObject(arg2));
|
|
438
433
|
return addHeapObject(ret);
|
|
@@ -448,6 +443,11 @@ module.exports.__wbindgen_error_new = function(arg0, arg1) {
|
|
|
448
443
|
return addHeapObject(ret);
|
|
449
444
|
};
|
|
450
445
|
|
|
446
|
+
module.exports.__wbg_new_268f7b7dd3430798 = function() {
|
|
447
|
+
const ret = new Map();
|
|
448
|
+
return addHeapObject(ret);
|
|
449
|
+
};
|
|
450
|
+
|
|
451
451
|
module.exports.__wbindgen_string_get = function(arg0, arg1) {
|
|
452
452
|
const obj = getObject(arg1);
|
|
453
453
|
const ret = typeof(obj) === 'string' ? obj : undefined;
|
|
@@ -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_wrapper19067 = 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
|