@next/swc-wasm-web 13.1.4-canary.0 → 13.1.4
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 +4 -4
- 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__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hef6c021ecc402336: (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__convert__closures__invoke2_mut__h4d3e2769554d24f7: (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
|
@@ -223,7 +223,7 @@ function makeMutClosure(arg0, arg1, dtor, f) {
|
|
|
223
223
|
return real;
|
|
224
224
|
}
|
|
225
225
|
function __wbg_adapter_46(arg0, arg1, arg2) {
|
|
226
|
-
wasm.
|
|
226
|
+
wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hef6c021ecc402336(arg0, arg1, addHeapObject(arg2));
|
|
227
227
|
}
|
|
228
228
|
|
|
229
229
|
/**
|
|
@@ -265,7 +265,7 @@ function handleError(f, args) {
|
|
|
265
265
|
}
|
|
266
266
|
}
|
|
267
267
|
function __wbg_adapter_94(arg0, arg1, arg2, arg3) {
|
|
268
|
-
wasm.
|
|
268
|
+
wasm.wasm_bindgen__convert__closures__invoke2_mut__h4d3e2769554d24f7(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
|
|
269
269
|
}
|
|
270
270
|
|
|
271
271
|
/**
|
|
@@ -710,8 +710,8 @@ imports.wbg.__wbindgen_cb_drop = function(arg0) {
|
|
|
710
710
|
const ret = false;
|
|
711
711
|
return ret;
|
|
712
712
|
};
|
|
713
|
-
imports.wbg.
|
|
714
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
713
|
+
imports.wbg.__wbindgen_closure_wrapper23790 = function(arg0, arg1, arg2) {
|
|
714
|
+
const ret = makeMutClosure(arg0, arg1, 303, __wbg_adapter_46);
|
|
715
715
|
return addHeapObject(ret);
|
|
716
716
|
};
|
|
717
717
|
|
package/wasm_bg.wasm
CHANGED
|
Binary file
|