@next/swc-wasm-nodejs 15.4.0-canary.13 → 15.4.0-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 +6 -6
- package/wasm_bg.wasm +0 -0
package/package.json
CHANGED
package/wasm.js
CHANGED
|
@@ -383,6 +383,11 @@ module.exports.__wbindgen_object_drop_ref = function(arg0) {
|
|
|
383
383
|
takeObject(arg0);
|
|
384
384
|
};
|
|
385
385
|
|
|
386
|
+
module.exports.__wbg_new0_7a6141101f2206da = function() {
|
|
387
|
+
const ret = new Date();
|
|
388
|
+
return addHeapObject(ret);
|
|
389
|
+
};
|
|
390
|
+
|
|
386
391
|
module.exports.__wbindgen_number_new = function(arg0) {
|
|
387
392
|
const ret = arg0;
|
|
388
393
|
return addHeapObject(ret);
|
|
@@ -435,11 +440,6 @@ module.exports.__wbg_set_7d988c98e6ced92d = function(arg0, arg1, arg2) {
|
|
|
435
440
|
getObject(arg0).set(getObject(arg1), arg2 >>> 0);
|
|
436
441
|
};
|
|
437
442
|
|
|
438
|
-
module.exports.__wbg_new0_7a6141101f2206da = function() {
|
|
439
|
-
const ret = new Date();
|
|
440
|
-
return addHeapObject(ret);
|
|
441
|
-
};
|
|
442
|
-
|
|
443
443
|
module.exports.__wbg_getTime_0e03c3f524be31ef = function(arg0) {
|
|
444
444
|
const ret = getObject(arg0).getTime();
|
|
445
445
|
return ret;
|
|
@@ -796,7 +796,7 @@ module.exports.__wbindgen_cb_drop = function(arg0) {
|
|
|
796
796
|
};
|
|
797
797
|
|
|
798
798
|
module.exports.__wbindgen_closure_wrapper24142 = function(arg0, arg1, arg2) {
|
|
799
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
799
|
+
const ret = makeMutClosure(arg0, arg1, 1090, __wbg_adapter_48);
|
|
800
800
|
return addHeapObject(ret);
|
|
801
801
|
};
|
|
802
802
|
|
package/wasm_bg.wasm
CHANGED
|
Binary file
|