@next/swc-wasm-web 12.2.5-canary.3 → 12.2.5-canary.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.
Files changed (3) hide show
  1. package/package.json +1 -1
  2. package/wasm.js +5 -5
  3. package/wasm_bg.wasm +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next/swc-wasm-web",
3
- "version": "12.2.5-canary.3",
3
+ "version": "12.2.5-canary.4",
4
4
  "files": [
5
5
  "wasm_bg.wasm",
6
6
  "wasm.js",
package/wasm.js CHANGED
@@ -336,10 +336,6 @@ imports.wbg.__wbindgen_json_serialize = function(arg0, arg1) {
336
336
  getInt32Memory0()[arg0 / 4 + 1] = len0;
337
337
  getInt32Memory0()[arg0 / 4 + 0] = ptr0;
338
338
  };
339
- imports.wbg.__wbindgen_is_string = function(arg0) {
340
- const ret = typeof(getObject(arg0)) === 'string';
341
- return ret;
342
- };
343
339
  imports.wbg.__wbindgen_string_get = function(arg0, arg1) {
344
340
  const obj = getObject(arg1);
345
341
  const ret = typeof(obj) === 'string' ? obj : undefined;
@@ -352,6 +348,10 @@ imports.wbg.__wbindgen_string_new = function(arg0, arg1) {
352
348
  const ret = getStringFromWasm0(arg0, arg1);
353
349
  return addHeapObject(ret);
354
350
  };
351
+ imports.wbg.__wbindgen_is_string = function(arg0) {
352
+ const ret = typeof(getObject(arg0)) === 'string';
353
+ return ret;
354
+ };
355
355
  imports.wbg.__wbg_new_52205195aa880fc2 = function(arg0, arg1) {
356
356
  try {
357
357
  var state0 = {a: arg0, b: arg1};
@@ -390,7 +390,7 @@ imports.wbg.__wbindgen_cb_drop = function(arg0) {
390
390
  const ret = false;
391
391
  return ret;
392
392
  };
393
- imports.wbg.__wbindgen_closure_wrapper15875 = function(arg0, arg1, arg2) {
393
+ imports.wbg.__wbindgen_closure_wrapper15891 = function(arg0, arg1, arg2) {
394
394
  const ret = makeMutClosure(arg0, arg1, 223, __wbg_adapter_18);
395
395
  return addHeapObject(ret);
396
396
  };
package/wasm_bg.wasm CHANGED
Binary file