@hpcc-js/wasm 1.15.2 → 1.15.3

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.
Binary file
package/dist/index.es6.js CHANGED
@@ -84,7 +84,7 @@ async function _loadWasm(_wasmLib, wasmUrl, wasmBinary) {
84
84
  wasmBinary = await ((typeof process == 'object' && typeof require == 'function') ? nodeFetch(wasmUrl) : browserFetch(wasmUrl));
85
85
  }
86
86
  return await wasmLib({
87
- "wasm": wasmBinary
87
+ "wasmBinary": wasmBinary
88
88
  });
89
89
  }
90
90