@next/swc-wasm-nodejs 15.4.0-canary.77 → 15.4.0-canary.78
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 +3 -3
- package/wasm_bg.wasm +0 -0
package/package.json
CHANGED
package/wasm.js
CHANGED
|
@@ -310,7 +310,7 @@ module.exports.mdxCompile = function(value, opts) {
|
|
|
310
310
|
};
|
|
311
311
|
|
|
312
312
|
function __wbg_adapter_50(arg0, arg1, arg2) {
|
|
313
|
-
wasm.
|
|
313
|
+
wasm.closure1099_externref_shim(arg0, arg1, arg2);
|
|
314
314
|
}
|
|
315
315
|
|
|
316
316
|
function __wbg_adapter_115(arg0, arg1, arg2, arg3) {
|
|
@@ -635,8 +635,8 @@ module.exports.__wbindgen_cb_drop = function(arg0) {
|
|
|
635
635
|
return ret;
|
|
636
636
|
};
|
|
637
637
|
|
|
638
|
-
module.exports.
|
|
639
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
638
|
+
module.exports.__wbindgen_closure_wrapper24652 = function(arg0, arg1, arg2) {
|
|
639
|
+
const ret = makeMutClosure(arg0, arg1, 1100, __wbg_adapter_50);
|
|
640
640
|
return ret;
|
|
641
641
|
};
|
|
642
642
|
|
package/wasm_bg.wasm
CHANGED
|
Binary file
|