@next/swc-wasm-nodejs 15.3.1-canary.13 → 15.3.1-canary.15
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 +4 -4
- package/wasm_bg.wasm +0 -0
package/package.json
CHANGED
package/wasm.js
CHANGED
|
@@ -233,7 +233,7 @@ function makeMutClosure(arg0, arg1, dtor, f) {
|
|
|
233
233
|
return real;
|
|
234
234
|
}
|
|
235
235
|
function __wbg_adapter_48(arg0, arg1, arg2) {
|
|
236
|
-
wasm.
|
|
236
|
+
wasm._dyn_core_d740453d92c4907d___ops__function__FnMut_______Output______as_wasm_bindgen_b3e6b9209ca1af04___closure__WasmClosure___describe__invoke___wasm_bindgen_b3e6b9209ca1af04___JsValue_____(arg0, arg1, addHeapObject(arg2));
|
|
237
237
|
}
|
|
238
238
|
|
|
239
239
|
function getCachedStringFromWasm0(ptr, len) {
|
|
@@ -252,7 +252,7 @@ function handleError(f, args) {
|
|
|
252
252
|
}
|
|
253
253
|
}
|
|
254
254
|
function __wbg_adapter_113(arg0, arg1, arg2, arg3) {
|
|
255
|
-
wasm.
|
|
255
|
+
wasm.wasm_bindgen_b3e6b9209ca1af04___convert__closures__invoke2_mut___wasm_bindgen_b3e6b9209ca1af04___JsValue__wasm_bindgen_b3e6b9209ca1af04___JsValue_____(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
|
|
256
256
|
}
|
|
257
257
|
|
|
258
258
|
/**
|
|
@@ -795,8 +795,8 @@ module.exports.__wbindgen_cb_drop = function(arg0) {
|
|
|
795
795
|
return ret;
|
|
796
796
|
};
|
|
797
797
|
|
|
798
|
-
module.exports.
|
|
799
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
798
|
+
module.exports.__wbindgen_closure_wrapper24128 = function(arg0, arg1, arg2) {
|
|
799
|
+
const ret = makeMutClosure(arg0, arg1, 1088, __wbg_adapter_48);
|
|
800
800
|
return addHeapObject(ret);
|
|
801
801
|
};
|
|
802
802
|
|
package/wasm_bg.wasm
CHANGED
|
Binary file
|