@swc/wasm 1.15.7-nightly-20251218.1 → 1.15.8-nightly-20251230.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/package.json +1 -1
- package/wasm.js +2 -2
- package/wasm_bg.wasm +0 -0
package/package.json
CHANGED
package/wasm.js
CHANGED
|
@@ -653,8 +653,8 @@ module.exports.__wbindgen_cb_drop = function(arg0) {
|
|
|
653
653
|
return ret;
|
|
654
654
|
};
|
|
655
655
|
|
|
656
|
-
module.exports.
|
|
657
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
656
|
+
module.exports.__wbindgen_closure_wrapper13754 = function(arg0, arg1, arg2) {
|
|
657
|
+
const ret = makeMutClosure(arg0, arg1, 812, __wbg_adapter_52);
|
|
658
658
|
return addHeapObject(ret);
|
|
659
659
|
};
|
|
660
660
|
|
package/wasm_bg.wasm
CHANGED
|
Binary file
|