@swc/wasm-web 1.2.163 → 1.2.171

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.163",
7
+ "version": "1.2.171",
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
- "wasm_bg.wasm",
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
@@ -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('wasm_bg.wasm', import.meta.url);
235
+ input = new URL('wasm-web_bg.wasm', import.meta.url);
236
236
  }
237
237
  const imports = {};
238
238
  imports.wbg = {};
index df3c2a8..f10dbb2 100644
Binary file