ironmark 2.0.0 → 2.0.1

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.
@@ -305,8 +305,7 @@ function getDataViewMemory0() {
305
305
  }
306
306
 
307
307
  function getStringFromWasm0(ptr, len) {
308
- ptr = ptr >>> 0;
309
- return decodeText(ptr, len);
308
+ return decodeText(ptr >>> 0, len);
310
309
  }
311
310
 
312
311
  let cachedUint8ArrayMemory0 = null;
Binary file