@swc/wasm-web 1.2.164 → 1.2.172
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
CHANGED
|
@@ -4,18 +4,18 @@
|
|
|
4
4
|
"강동윤 <kdy1997.dev@gmail.com>"
|
|
5
5
|
],
|
|
6
6
|
"description": "wasm module for swc",
|
|
7
|
-
"version": "1.2.
|
|
7
|
+
"version": "1.2.172",
|
|
8
8
|
"license": "Apache-2.0",
|
|
9
9
|
"repository": {
|
|
10
10
|
"type": "git",
|
|
11
11
|
"url": "https://github.com/swc-project/swc.git"
|
|
12
12
|
},
|
|
13
13
|
"files": [
|
|
14
|
-
"
|
|
15
|
-
"wasm.js",
|
|
16
|
-
"wasm.d.ts"
|
|
14
|
+
"wasm-web_bg.wasm",
|
|
15
|
+
"wasm-web.js",
|
|
16
|
+
"wasm-web.d.ts"
|
|
17
17
|
],
|
|
18
|
-
"module": "wasm.js",
|
|
19
|
-
"types": "wasm.d.ts",
|
|
18
|
+
"module": "wasm-web.js",
|
|
19
|
+
"types": "wasm-web.d.ts",
|
|
20
20
|
"sideEffects": false
|
|
21
21
|
}
|
|
File without changes
|
package/{wasm.js → wasm-web.js}
RENAMED
|
@@ -232,7 +232,7 @@ async function load(module, imports) {
|
|
|
232
232
|
|
|
233
233
|
async function init(input) {
|
|
234
234
|
if (typeof input === 'undefined') {
|
|
235
|
-
input = new URL('
|
|
235
|
+
input = new URL('wasm-web_bg.wasm', import.meta.url);
|
|
236
236
|
}
|
|
237
237
|
const imports = {};
|
|
238
238
|
imports.wbg = {};
|
|
index 4f03fc6..204ab3c 100644
|
|
|
Binary file
|