@next/swc-wasm-nodejs 16.0.2-canary.28 → 16.0.2-canary.29
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
|
@@ -347,7 +347,7 @@ module.exports.mdxCompile = function(value, opts) {
|
|
|
347
347
|
};
|
|
348
348
|
|
|
349
349
|
function __wbg_adapter_50(arg0, arg1, arg2) {
|
|
350
|
-
wasm.
|
|
350
|
+
wasm.closure1163_externref_shim(arg0, arg1, arg2);
|
|
351
351
|
}
|
|
352
352
|
|
|
353
353
|
function __wbg_adapter_79(arg0, arg1, arg2, arg3) {
|
|
@@ -631,8 +631,8 @@ module.exports.__wbindgen_cb_drop = function(arg0) {
|
|
|
631
631
|
return ret;
|
|
632
632
|
};
|
|
633
633
|
|
|
634
|
-
module.exports.
|
|
635
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
634
|
+
module.exports.__wbindgen_closure_wrapper23620 = function(arg0, arg1, arg2) {
|
|
635
|
+
const ret = makeMutClosure(arg0, arg1, 1164, __wbg_adapter_50);
|
|
636
636
|
return ret;
|
|
637
637
|
};
|
|
638
638
|
|
package/wasm_bg.wasm
CHANGED
|
Binary file
|