@next/swc-wasm-web 15.4.2 → 15.4.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 +3 -2
- package/wasm.d.ts +2 -2
- package/wasm.js +4 -4
- package/wasm_bg.wasm +0 -0
package/package.json
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next/swc-wasm-web",
|
|
3
|
-
"
|
|
3
|
+
"type": "module",
|
|
4
|
+
"version": "15.4.4",
|
|
4
5
|
"files": [
|
|
5
6
|
"wasm_bg.wasm",
|
|
6
7
|
"wasm.js",
|
|
7
8
|
"wasm.d.ts"
|
|
8
9
|
],
|
|
9
|
-
"
|
|
10
|
+
"main": "wasm.js",
|
|
10
11
|
"types": "wasm.d.ts",
|
|
11
12
|
"sideEffects": [
|
|
12
13
|
"./snippets/*"
|
package/wasm.d.ts
CHANGED
|
@@ -29,8 +29,8 @@ export interface InitOutput {
|
|
|
29
29
|
readonly __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
|
|
30
30
|
readonly __wbindgen_export_6: WebAssembly.Table;
|
|
31
31
|
readonly __externref_table_dealloc: (a: number) => void;
|
|
32
|
-
readonly
|
|
33
|
-
readonly
|
|
32
|
+
readonly closure1137_externref_shim: (a: number, b: number, c: any) => void;
|
|
33
|
+
readonly closure124_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
34
34
|
readonly __wbindgen_start: () => void;
|
|
35
35
|
}
|
|
36
36
|
|
package/wasm.js
CHANGED
|
@@ -311,11 +311,11 @@ export function parse(s, opts) {
|
|
|
311
311
|
}
|
|
312
312
|
|
|
313
313
|
function __wbg_adapter_50(arg0, arg1, arg2) {
|
|
314
|
-
wasm.
|
|
314
|
+
wasm.closure1137_externref_shim(arg0, arg1, arg2);
|
|
315
315
|
}
|
|
316
316
|
|
|
317
317
|
function __wbg_adapter_101(arg0, arg1, arg2, arg3) {
|
|
318
|
-
wasm.
|
|
318
|
+
wasm.closure124_externref_shim(arg0, arg1, arg2, arg3);
|
|
319
319
|
}
|
|
320
320
|
|
|
321
321
|
async function __wbg_load(module, imports) {
|
|
@@ -574,8 +574,8 @@ function __wbg_get_imports() {
|
|
|
574
574
|
const ret = false;
|
|
575
575
|
return ret;
|
|
576
576
|
};
|
|
577
|
-
imports.wbg.
|
|
578
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
577
|
+
imports.wbg.__wbindgen_closure_wrapper23772 = function(arg0, arg1, arg2) {
|
|
578
|
+
const ret = makeMutClosure(arg0, arg1, 1138, __wbg_adapter_50);
|
|
579
579
|
return ret;
|
|
580
580
|
};
|
|
581
581
|
imports.wbg.__wbindgen_debug_string = function(arg0, arg1) {
|
package/wasm_bg.wasm
CHANGED
|
Binary file
|