@next/swc-wasm-nodejs 15.4.0-canary.76 → 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 -4
- package/wasm_bg.wasm +0 -0
package/package.json
CHANGED
package/wasm.js
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
let imports = {};
|
|
3
3
|
imports['__wbindgen_placeholder__'] = module.exports;
|
|
4
|
-
imports['env'] = require('env');
|
|
5
4
|
let wasm;
|
|
6
5
|
const { TextDecoder, TextEncoder } = require(`util`);
|
|
7
6
|
|
|
@@ -311,7 +310,7 @@ module.exports.mdxCompile = function(value, opts) {
|
|
|
311
310
|
};
|
|
312
311
|
|
|
313
312
|
function __wbg_adapter_50(arg0, arg1, arg2) {
|
|
314
|
-
wasm.
|
|
313
|
+
wasm.closure1099_externref_shim(arg0, arg1, arg2);
|
|
315
314
|
}
|
|
316
315
|
|
|
317
316
|
function __wbg_adapter_115(arg0, arg1, arg2, arg3) {
|
|
@@ -636,8 +635,8 @@ module.exports.__wbindgen_cb_drop = function(arg0) {
|
|
|
636
635
|
return ret;
|
|
637
636
|
};
|
|
638
637
|
|
|
639
|
-
module.exports.
|
|
640
|
-
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);
|
|
641
640
|
return ret;
|
|
642
641
|
};
|
|
643
642
|
|
package/wasm_bg.wasm
CHANGED
|
Binary file
|