@next/swc-wasm-nodejs 16.3.0-canary.2 → 16.3.0-canary.3
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 +7 -7
- package/wasm_bg.wasm +0 -0
package/package.json
CHANGED
package/wasm.js
CHANGED
|
@@ -351,7 +351,7 @@ function __wbg_get_imports() {
|
|
|
351
351
|
const a = state0.a;
|
|
352
352
|
state0.a = 0;
|
|
353
353
|
try {
|
|
354
|
-
return
|
|
354
|
+
return wasm_bindgen_2eab34b7dade483a___convert__closures_____invoke___js_sys_d6e382c71287af20___Function_fn_wasm_bindgen_2eab34b7dade483a___JsValue_____wasm_bindgen_2eab34b7dade483a___sys__Undefined___js_sys_d6e382c71287af20___Function_fn_wasm_bindgen_2eab34b7dade483a___JsValue_____wasm_bindgen_2eab34b7dade483a___sys__Undefined_______true_(a, state0.b, arg0, arg1);
|
|
355
355
|
} finally {
|
|
356
356
|
state0.a = a;
|
|
357
357
|
}
|
|
@@ -422,8 +422,8 @@ function __wbg_get_imports() {
|
|
|
422
422
|
return ret;
|
|
423
423
|
},
|
|
424
424
|
__wbindgen_cast_0000000000000001: function(arg0, arg1) {
|
|
425
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx:
|
|
426
|
-
const ret = makeMutClosure(arg0, arg1, wasm.
|
|
425
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 4334, function: Function { arguments: [Externref], shim_idx: 421, ret: Result(Unit), inner_ret: Some(Result(Unit)) }, mutable: true }) -> Externref`.
|
|
426
|
+
const ret = makeMutClosure(arg0, arg1, wasm.wasm_bindgen_2eab34b7dade483a___closure__destroy___dyn_core_4b0d4602549cae5f___ops__function__FnMut__wasm_bindgen_2eab34b7dade483a___JsValue____Output___core_4b0d4602549cae5f___result__Result_____wasm_bindgen_2eab34b7dade483a___JsError___, wasm_bindgen_2eab34b7dade483a___convert__closures_____invoke___wasm_bindgen_2eab34b7dade483a___JsValue__core_4b0d4602549cae5f___result__Result_____wasm_bindgen_2eab34b7dade483a___JsError___true_);
|
|
427
427
|
return ret;
|
|
428
428
|
},
|
|
429
429
|
__wbindgen_cast_0000000000000002: function(arg0) {
|
|
@@ -463,15 +463,15 @@ function __wbg_get_imports() {
|
|
|
463
463
|
};
|
|
464
464
|
}
|
|
465
465
|
|
|
466
|
-
function
|
|
467
|
-
const ret = wasm.
|
|
466
|
+
function wasm_bindgen_2eab34b7dade483a___convert__closures_____invoke___wasm_bindgen_2eab34b7dade483a___JsValue__core_4b0d4602549cae5f___result__Result_____wasm_bindgen_2eab34b7dade483a___JsError___true_(arg0, arg1, arg2) {
|
|
467
|
+
const ret = wasm.wasm_bindgen_2eab34b7dade483a___convert__closures_____invoke___wasm_bindgen_2eab34b7dade483a___JsValue__core_4b0d4602549cae5f___result__Result_____wasm_bindgen_2eab34b7dade483a___JsError___true_(arg0, arg1, arg2);
|
|
468
468
|
if (ret[1]) {
|
|
469
469
|
throw takeFromExternrefTable0(ret[0]);
|
|
470
470
|
}
|
|
471
471
|
}
|
|
472
472
|
|
|
473
|
-
function
|
|
474
|
-
wasm.
|
|
473
|
+
function wasm_bindgen_2eab34b7dade483a___convert__closures_____invoke___js_sys_d6e382c71287af20___Function_fn_wasm_bindgen_2eab34b7dade483a___JsValue_____wasm_bindgen_2eab34b7dade483a___sys__Undefined___js_sys_d6e382c71287af20___Function_fn_wasm_bindgen_2eab34b7dade483a___JsValue_____wasm_bindgen_2eab34b7dade483a___sys__Undefined_______true_(arg0, arg1, arg2, arg3) {
|
|
474
|
+
wasm.wasm_bindgen_2eab34b7dade483a___convert__closures_____invoke___js_sys_d6e382c71287af20___Function_fn_wasm_bindgen_2eab34b7dade483a___JsValue_____wasm_bindgen_2eab34b7dade483a___sys__Undefined___js_sys_d6e382c71287af20___Function_fn_wasm_bindgen_2eab34b7dade483a___JsValue_____wasm_bindgen_2eab34b7dade483a___sys__Undefined_______true_(arg0, arg1, arg2, arg3);
|
|
475
475
|
}
|
|
476
476
|
|
|
477
477
|
function addToExternrefTable0(obj) {
|
package/wasm_bg.wasm
CHANGED
|
Binary file
|