@swc/wasm 1.2.95 → 1.2.96

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.
Files changed (3) hide show
  1. package/package.json +1 -1
  2. package/wasm.js +3 -3
  3. package/wasm_bg.wasm +0 -0
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "강동윤 <kdy1997.dev@gmail.com>"
5
5
  ],
6
6
  "description": "wasm module for swc",
7
- "version": "1.2.95",
7
+ "version": "1.2.96",
8
8
  "license": "Apache-2.0 AND MIT",
9
9
  "repository": {
10
10
  "type": "git",
package/wasm.js CHANGED
@@ -179,12 +179,12 @@ module.exports.__wbindgen_string_new = function(arg0, arg1) {
179
179
  return addHeapObject(ret);
180
180
  };
181
181
 
182
- module.exports.__wbg_new_59cb74e423758ede = function() {
182
+ module.exports.__wbg_new_693216e109162396 = function() {
183
183
  var ret = new Error();
184
184
  return addHeapObject(ret);
185
185
  };
186
186
 
187
- module.exports.__wbg_stack_558ba5917b466edd = function(arg0, arg1) {
187
+ module.exports.__wbg_stack_0ddaca5d1abfb52f = function(arg0, arg1) {
188
188
  var ret = getObject(arg1).stack;
189
189
  var ptr0 = passStringToWasm0(ret, wasm.__wbindgen_malloc, wasm.__wbindgen_realloc);
190
190
  var len0 = WASM_VECTOR_LEN;
@@ -192,7 +192,7 @@ module.exports.__wbg_stack_558ba5917b466edd = function(arg0, arg1) {
192
192
  getInt32Memory0()[arg0 / 4 + 0] = ptr0;
193
193
  };
194
194
 
195
- module.exports.__wbg_error_4bb6c2a97407129a = function(arg0, arg1) {
195
+ module.exports.__wbg_error_09919627ac0992f5 = function(arg0, arg1) {
196
196
  try {
197
197
  console.error(getStringFromWasm0(arg0, arg1));
198
198
  } finally {
package/wasm_bg.wasm CHANGED
Binary file