@provablehq/wasm 0.9.1 → 0.9.2

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
@@ -5,4 +5,4 @@
5
5
  */
6
6
  export function initThreadPool(threads?: number): Promise<void>;
7
7
 
8
- export * from "./aleo_wasm";
8
+ export * from "./aleo_wasm.js";
@@ -8042,7 +8042,7 @@ function __wbg_get_imports() {
8042
8042
  const ret = getObject(arg0).length;
8043
8043
  return ret;
8044
8044
  };
8045
- imports.wbg.__wbg_log_adaf852055d8636f = function(arg0, arg1) {
8045
+ imports.wbg.__wbg_log_c2efb44aadd442a1 = function(arg0, arg1) {
8046
8046
  console.log(getStringFromWasm0(arg0, arg1));
8047
8047
  };
8048
8048
  imports.wbg.__wbg_msCrypto_0a36e2ec3a343d26 = function(arg0) {
@@ -8239,7 +8239,7 @@ function __wbg_get_imports() {
8239
8239
  const ret = Signature.__wrap(arg0);
8240
8240
  return addHeapObject(ret);
8241
8241
  };
8242
- imports.wbg.__wbg_spawnWorker_83d196ed27b6de7d = function(arg0, arg1, arg2, arg3) {
8242
+ imports.wbg.__wbg_spawnWorker_901bb736b5f301e9 = function(arg0, arg1, arg2, arg3) {
8243
8243
  const ret = spawnWorker(getObject(arg0), getObject(arg1), getObject(arg2), arg3 >>> 0);
8244
8244
  return addHeapObject(ret);
8245
8245
  };