@next/swc-wasm-web 13.2.5-canary.13 → 13.2.5-canary.14
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.d.ts +2 -2
- package/wasm.js +8 -8
- package/wasm_bg.wasm +0 -0
package/package.json
CHANGED
package/wasm.d.ts
CHANGED
|
@@ -71,11 +71,11 @@ export interface InitOutput {
|
|
|
71
71
|
readonly __wbindgen_malloc: (a: number) => number;
|
|
72
72
|
readonly __wbindgen_realloc: (a: number, b: number, c: number) => number;
|
|
73
73
|
readonly __wbindgen_export_2: WebAssembly.Table;
|
|
74
|
-
readonly
|
|
74
|
+
readonly _dyn_core_e7bf91d7bc92fdf___ops__function__FnMut_______Output______as_wasm_bindgen_3c63829818789cc7___closure__WasmClosure___describe__invoke___wasm_bindgen_3c63829818789cc7___JsValue_____: (a: number, b: number, c: number) => void;
|
|
75
75
|
readonly __wbindgen_add_to_stack_pointer: (a: number) => number;
|
|
76
76
|
readonly __wbindgen_free: (a: number, b: number) => void;
|
|
77
77
|
readonly __wbindgen_exn_store: (a: number) => void;
|
|
78
|
-
readonly
|
|
78
|
+
readonly wasm_bindgen_3c63829818789cc7___convert__closures__invoke2_mut___wasm_bindgen_3c63829818789cc7___JsValue__wasm_bindgen_3c63829818789cc7___JsValue_____: (a: number, b: number, c: number, d: number) => void;
|
|
79
79
|
}
|
|
80
80
|
|
|
81
81
|
export type SyncInitInput = BufferSource | WebAssembly.Module;
|
package/wasm.js
CHANGED
|
@@ -222,7 +222,7 @@ function makeMutClosure(arg0, arg1, dtor, f) {
|
|
|
222
222
|
return real;
|
|
223
223
|
}
|
|
224
224
|
function __wbg_adapter_46(arg0, arg1, arg2) {
|
|
225
|
-
wasm.
|
|
225
|
+
wasm._dyn_core_e7bf91d7bc92fdf___ops__function__FnMut_______Output______as_wasm_bindgen_3c63829818789cc7___closure__WasmClosure___describe__invoke___wasm_bindgen_3c63829818789cc7___JsValue_____(arg0, arg1, addHeapObject(arg2));
|
|
226
226
|
}
|
|
227
227
|
|
|
228
228
|
/**
|
|
@@ -264,7 +264,7 @@ function handleError(f, args) {
|
|
|
264
264
|
}
|
|
265
265
|
}
|
|
266
266
|
function __wbg_adapter_94(arg0, arg1, arg2, arg3) {
|
|
267
|
-
wasm.
|
|
267
|
+
wasm.wasm_bindgen_3c63829818789cc7___convert__closures__invoke2_mut___wasm_bindgen_3c63829818789cc7___JsValue__wasm_bindgen_3c63829818789cc7___JsValue_____(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
|
|
268
268
|
}
|
|
269
269
|
|
|
270
270
|
/**
|
|
@@ -606,6 +606,10 @@ imports.wbg.__wbg_instanceof_ArrayBuffer_a69f02ee4c4f5065 = function(arg0) {
|
|
|
606
606
|
const ret = result;
|
|
607
607
|
return ret;
|
|
608
608
|
};
|
|
609
|
+
imports.wbg.__wbg_call_9495de66fdbe016b = function() { return handleError(function (arg0, arg1, arg2) {
|
|
610
|
+
const ret = getObject(arg0).call(getObject(arg1), getObject(arg2));
|
|
611
|
+
return addHeapObject(ret);
|
|
612
|
+
}, arguments) };
|
|
609
613
|
imports.wbg.__wbindgen_is_string = function(arg0) {
|
|
610
614
|
const ret = typeof(getObject(arg0)) === 'string';
|
|
611
615
|
return ret;
|
|
@@ -618,10 +622,6 @@ imports.wbg.__wbg_get_27fe3dac1c4d0224 = function(arg0, arg1) {
|
|
|
618
622
|
const ret = getObject(arg0)[arg1 >>> 0];
|
|
619
623
|
return addHeapObject(ret);
|
|
620
624
|
};
|
|
621
|
-
imports.wbg.__wbg_call_9495de66fdbe016b = function() { return handleError(function (arg0, arg1, arg2) {
|
|
622
|
-
const ret = getObject(arg0).call(getObject(arg1), getObject(arg2));
|
|
623
|
-
return addHeapObject(ret);
|
|
624
|
-
}, arguments) };
|
|
625
625
|
imports.wbg.__wbg_isArray_39d28997bf6b96b4 = function(arg0) {
|
|
626
626
|
const ret = Array.isArray(getObject(arg0));
|
|
627
627
|
return ret;
|
|
@@ -709,8 +709,8 @@ imports.wbg.__wbindgen_cb_drop = function(arg0) {
|
|
|
709
709
|
const ret = false;
|
|
710
710
|
return ret;
|
|
711
711
|
};
|
|
712
|
-
imports.wbg.
|
|
713
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
712
|
+
imports.wbg.__wbindgen_closure_wrapper23437 = function(arg0, arg1, arg2) {
|
|
713
|
+
const ret = makeMutClosure(arg0, arg1, 276, __wbg_adapter_46);
|
|
714
714
|
return addHeapObject(ret);
|
|
715
715
|
};
|
|
716
716
|
|
package/wasm_bg.wasm
CHANGED
|
Binary file
|