@swc/wasm 1.4.3 → 1.4.4
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
|
@@ -385,6 +385,11 @@ module.exports.__wbindgen_object_drop_ref = function(arg0) {
|
|
|
385
385
|
takeObject(arg0);
|
|
386
386
|
};
|
|
387
387
|
|
|
388
|
+
module.exports.__wbg_get_0ee8ea3c7c984c45 = function(arg0, arg1) {
|
|
389
|
+
const ret = getObject(arg0)[arg1 >>> 0];
|
|
390
|
+
return addHeapObject(ret);
|
|
391
|
+
};
|
|
392
|
+
|
|
388
393
|
module.exports.__wbg_next_b2d3366343a208b3 = function() { return handleError(function (arg0) {
|
|
389
394
|
const ret = getObject(arg0).next();
|
|
390
395
|
return addHeapObject(ret);
|
|
@@ -400,11 +405,6 @@ module.exports.__wbg_value_3158be908c80a75e = function(arg0) {
|
|
|
400
405
|
return addHeapObject(ret);
|
|
401
406
|
};
|
|
402
407
|
|
|
403
|
-
module.exports.__wbg_get_0ee8ea3c7c984c45 = function(arg0, arg1) {
|
|
404
|
-
const ret = getObject(arg0)[arg1 >>> 0];
|
|
405
|
-
return addHeapObject(ret);
|
|
406
|
-
};
|
|
407
|
-
|
|
408
408
|
module.exports.__wbg_new_632630b5cec17f21 = function() {
|
|
409
409
|
const ret = new Object();
|
|
410
410
|
return addHeapObject(ret);
|
|
@@ -800,7 +800,7 @@ module.exports.__wbindgen_cb_drop = function(arg0) {
|
|
|
800
800
|
return ret;
|
|
801
801
|
};
|
|
802
802
|
|
|
803
|
-
module.exports.
|
|
803
|
+
module.exports.__wbindgen_closure_wrapper17443 = function(arg0, arg1, arg2) {
|
|
804
804
|
const ret = makeMutClosure(arg0, arg1, 249, __wbg_adapter_50);
|
|
805
805
|
return addHeapObject(ret);
|
|
806
806
|
};
|
package/wasm_bg.wasm
CHANGED
|
Binary file
|