@next/swc-wasm-web 13.0.2-canary.2 → 13.0.2
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 +1 -1
- package/wasm_bg.wasm +0 -0
package/package.json
CHANGED
package/wasm.js
CHANGED
|
@@ -659,7 +659,7 @@ imports.wbg.__wbg_then_11f7a54d67b4bfad = function(arg0, arg1) {
|
|
|
659
659
|
const ret = getObject(arg0).then(getObject(arg1));
|
|
660
660
|
return addHeapObject(ret);
|
|
661
661
|
};
|
|
662
|
-
imports.wbg.
|
|
662
|
+
imports.wbg.__wbindgen_closure_wrapper22934 = function(arg0, arg1, arg2) {
|
|
663
663
|
const ret = makeMutClosure(arg0, arg1, 265, __wbg_adapter_46);
|
|
664
664
|
return addHeapObject(ret);
|
|
665
665
|
};
|
package/wasm_bg.wasm
CHANGED
|
Binary file
|