@next/swc-wasm-web 13.2.4-canary.6 → 13.2.4-canary.8
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 +3 -3
- 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__hfb8f5884b3165946: (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__h2a560a595b44584b: (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__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hfb8f5884b3165946(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__convert__closures__invoke2_mut__h2a560a595b44584b(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
|
|
268
268
|
}
|
|
269
269
|
|
|
270
270
|
/**
|
|
@@ -709,7 +709,7 @@ imports.wbg.__wbindgen_cb_drop = function(arg0) {
|
|
|
709
709
|
const ret = false;
|
|
710
710
|
return ret;
|
|
711
711
|
};
|
|
712
|
-
imports.wbg.
|
|
712
|
+
imports.wbg.__wbindgen_closure_wrapper23063 = function(arg0, arg1, arg2) {
|
|
713
713
|
const ret = makeMutClosure(arg0, arg1, 269, __wbg_adapter_46);
|
|
714
714
|
return addHeapObject(ret);
|
|
715
715
|
};
|
package/wasm_bg.wasm
CHANGED
|
Binary file
|