@next/swc-wasm-web 16.2.0-canary.98 → 16.2.0
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 +2 -3
- package/wasm.d.ts +2 -2
- package/wasm.js +4 -4
- package/wasm_bg.wasm +0 -0
package/package.json
CHANGED
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next/swc-wasm-web",
|
|
3
|
-
"
|
|
4
|
-
"version": "16.2.0-canary.98",
|
|
3
|
+
"version": "16.2.0",
|
|
5
4
|
"files": [
|
|
6
5
|
"wasm_bg.wasm",
|
|
7
6
|
"wasm.js",
|
|
8
7
|
"wasm.d.ts"
|
|
9
8
|
],
|
|
10
|
-
"
|
|
9
|
+
"module": "wasm.js",
|
|
11
10
|
"types": "wasm.d.ts",
|
|
12
11
|
"sideEffects": [
|
|
13
12
|
"./snippets/*"
|
package/wasm.d.ts
CHANGED
|
@@ -33,8 +33,8 @@ export interface InitOutput {
|
|
|
33
33
|
readonly __wbindgen_free: (a: number, b: number, c: number) => void;
|
|
34
34
|
readonly __wbindgen_export_6: WebAssembly.Table;
|
|
35
35
|
readonly __externref_table_dealloc: (a: number) => void;
|
|
36
|
-
readonly
|
|
37
|
-
readonly
|
|
36
|
+
readonly closure5233_externref_shim: (a: number, b: number, c: any) => void;
|
|
37
|
+
readonly closure457_externref_shim: (a: number, b: number, c: any, d: any) => void;
|
|
38
38
|
readonly __wbindgen_start: () => void;
|
|
39
39
|
}
|
|
40
40
|
|
package/wasm.js
CHANGED
|
@@ -360,11 +360,11 @@ export function codeFrameColumns(source, location, options) {
|
|
|
360
360
|
}
|
|
361
361
|
|
|
362
362
|
function __wbg_adapter_50(arg0, arg1, arg2) {
|
|
363
|
-
wasm.
|
|
363
|
+
wasm.closure5233_externref_shim(arg0, arg1, arg2);
|
|
364
364
|
}
|
|
365
365
|
|
|
366
366
|
function __wbg_adapter_89(arg0, arg1, arg2, arg3) {
|
|
367
|
-
wasm.
|
|
367
|
+
wasm.closure457_externref_shim(arg0, arg1, arg2, arg3);
|
|
368
368
|
}
|
|
369
369
|
|
|
370
370
|
async function __wbg_load(module, imports) {
|
|
@@ -630,8 +630,8 @@ function __wbg_get_imports() {
|
|
|
630
630
|
const ret = false;
|
|
631
631
|
return ret;
|
|
632
632
|
};
|
|
633
|
-
imports.wbg.
|
|
634
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
633
|
+
imports.wbg.__wbindgen_closure_wrapper37407 = function(arg0, arg1, arg2) {
|
|
634
|
+
const ret = makeMutClosure(arg0, arg1, 5234, __wbg_adapter_50);
|
|
635
635
|
return ret;
|
|
636
636
|
};
|
|
637
637
|
imports.wbg.__wbindgen_debug_string = function(arg0, arg1) {
|
package/wasm_bg.wasm
CHANGED
|
Binary file
|