@provablehq/wasm 0.9.14 → 0.9.15
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.
- package/dist/mainnet/aleo_wasm.wasm +0 -0
- package/dist/mainnet/index.js +18 -18
- package/dist/mainnet/index.js.map +1 -1
- package/dist/mainnet/worker.js +18 -18
- package/dist/mainnet/worker.js.map +1 -1
- package/dist/testnet/aleo_wasm.wasm +0 -0
- package/dist/testnet/index.js +16 -16
- package/dist/testnet/index.js.map +1 -1
- package/dist/testnet/worker.js +16 -16
- package/dist/testnet/worker.js.map +1 -1
- package/package.json +1 -1
|
Binary file
|
package/dist/mainnet/index.js
CHANGED
|
@@ -384,12 +384,12 @@ function getArrayJsValueFromWasm0(ptr, len) {
|
|
|
384
384
|
}
|
|
385
385
|
return result;
|
|
386
386
|
}
|
|
387
|
-
function
|
|
388
|
-
wasm.
|
|
387
|
+
function __wasm_bindgen_func_elem_7844(arg0, arg1, arg2) {
|
|
388
|
+
wasm.__wasm_bindgen_func_elem_7844(arg0, arg1, addHeapObject(arg2));
|
|
389
389
|
}
|
|
390
390
|
|
|
391
|
-
function
|
|
392
|
-
wasm.
|
|
391
|
+
function __wasm_bindgen_func_elem_6792(arg0, arg1, arg2, arg3) {
|
|
392
|
+
wasm.__wasm_bindgen_func_elem_6792(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
|
|
393
393
|
}
|
|
394
394
|
|
|
395
395
|
const __wbindgen_enum_RequestCredentials = ["omit", "same-origin", "include"];
|
|
@@ -13655,7 +13655,7 @@ function __wbg_get_imports(memory) {
|
|
|
13655
13655
|
const ret = getObject(arg0).length;
|
|
13656
13656
|
return ret;
|
|
13657
13657
|
};
|
|
13658
|
-
imports.wbg.
|
|
13658
|
+
imports.wbg.__wbg_log_5f792c71a1602d65 = function(arg0, arg1) {
|
|
13659
13659
|
console.log(getStringFromWasm0(arg0, arg1));
|
|
13660
13660
|
};
|
|
13661
13661
|
imports.wbg.__wbg_msCrypto_a61aeb35a24c1329 = function(arg0) {
|
|
@@ -13677,7 +13677,7 @@ function __wbg_get_imports(memory) {
|
|
|
13677
13677
|
const a = state0.a;
|
|
13678
13678
|
state0.a = 0;
|
|
13679
13679
|
try {
|
|
13680
|
-
return
|
|
13680
|
+
return __wasm_bindgen_func_elem_6792(a, state0.b, arg0, arg1);
|
|
13681
13681
|
} finally {
|
|
13682
13682
|
state0.a = a;
|
|
13683
13683
|
}
|
|
@@ -13860,7 +13860,7 @@ function __wbg_get_imports(memory) {
|
|
|
13860
13860
|
const ret = Signature.__wrap(arg0);
|
|
13861
13861
|
return addHeapObject(ret);
|
|
13862
13862
|
};
|
|
13863
|
-
imports.wbg.
|
|
13863
|
+
imports.wbg.__wbg_spawnWorker_293a39102d028ae7 = function(arg0, arg1, arg2, arg3) {
|
|
13864
13864
|
const ret = spawnWorker(getObject(arg0), getObject(arg1), getObject(arg2), arg3 >>> 0);
|
|
13865
13865
|
return addHeapObject(ret);
|
|
13866
13866
|
};
|
|
@@ -13950,11 +13950,6 @@ function __wbg_get_imports(memory) {
|
|
|
13950
13950
|
const ret = Atomics.waitAsync(getObject(arg0), arg1 >>> 0, arg2);
|
|
13951
13951
|
return addHeapObject(ret);
|
|
13952
13952
|
};
|
|
13953
|
-
imports.wbg.__wbindgen_cast_07555e2579ff3863 = function(arg0, arg1) {
|
|
13954
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx: 418, function: Function { arguments: [NamedExternref("MessageEvent")], shim_idx: 419, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
13955
|
-
const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_7858, __wasm_bindgen_func_elem_7859);
|
|
13956
|
-
return addHeapObject(ret);
|
|
13957
|
-
};
|
|
13958
13953
|
imports.wbg.__wbindgen_cast_2241b6af4c4b2941 = function(arg0, arg1) {
|
|
13959
13954
|
// Cast intrinsic for `Ref(String) -> Externref`.
|
|
13960
13955
|
const ret = getStringFromWasm0(arg0, arg1);
|
|
@@ -13965,16 +13960,16 @@ function __wbg_get_imports(memory) {
|
|
|
13965
13960
|
const ret = (BigInt.asUintN(64, arg0) | (arg1 << BigInt(64)));
|
|
13966
13961
|
return addHeapObject(ret);
|
|
13967
13962
|
};
|
|
13963
|
+
imports.wbg.__wbindgen_cast_3e8b1a28e9899889 = function(arg0, arg1) {
|
|
13964
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 416, function: Function { arguments: [NamedExternref("MessageEvent")], shim_idx: 417, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
13965
|
+
const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_7843, __wasm_bindgen_func_elem_7844);
|
|
13966
|
+
return addHeapObject(ret);
|
|
13967
|
+
};
|
|
13968
13968
|
imports.wbg.__wbindgen_cast_4625c577ab2ec9ee = function(arg0) {
|
|
13969
13969
|
// Cast intrinsic for `U64 -> Externref`.
|
|
13970
13970
|
const ret = BigInt.asUintN(64, arg0);
|
|
13971
13971
|
return addHeapObject(ret);
|
|
13972
13972
|
};
|
|
13973
|
-
imports.wbg.__wbindgen_cast_72bd42f236eeae61 = function(arg0, arg1) {
|
|
13974
|
-
// Cast intrinsic for `Closure(Closure { dtor_idx: 418, function: Function { arguments: [Externref], shim_idx: 419, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
13975
|
-
const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_7858, __wasm_bindgen_func_elem_7859);
|
|
13976
|
-
return addHeapObject(ret);
|
|
13977
|
-
};
|
|
13978
13973
|
imports.wbg.__wbindgen_cast_9ae0607507abb057 = function(arg0) {
|
|
13979
13974
|
// Cast intrinsic for `I64 -> Externref`.
|
|
13980
13975
|
const ret = arg0;
|
|
@@ -13995,6 +13990,11 @@ function __wbg_get_imports(memory) {
|
|
|
13995
13990
|
const ret = (BigInt.asUintN(64, arg0) | (BigInt.asUintN(64, arg1) << BigInt(64)));
|
|
13996
13991
|
return addHeapObject(ret);
|
|
13997
13992
|
};
|
|
13993
|
+
imports.wbg.__wbindgen_cast_f45fc07d50d9127c = function(arg0, arg1) {
|
|
13994
|
+
// Cast intrinsic for `Closure(Closure { dtor_idx: 416, function: Function { arguments: [Externref], shim_idx: 417, ret: Unit, inner_ret: Some(Unit) }, mutable: true }) -> Externref`.
|
|
13995
|
+
const ret = makeMutClosure(arg0, arg1, wasm.__wasm_bindgen_func_elem_7843, __wasm_bindgen_func_elem_7844);
|
|
13996
|
+
return addHeapObject(ret);
|
|
13997
|
+
};
|
|
13998
13998
|
imports.wbg.__wbindgen_link_b9f45ffe079ef2c1 = function(arg0) {
|
|
13999
13999
|
const val = `onmessage = function (ev) {
|
|
14000
14000
|
let [ia, index, value] = ev.data;
|
|
@@ -14016,7 +14016,7 @@ function __wbg_get_imports(memory) {
|
|
|
14016
14016
|
imports.wbg.__wbindgen_object_drop_ref = function(arg0) {
|
|
14017
14017
|
takeObject(arg0);
|
|
14018
14018
|
};
|
|
14019
|
-
imports.wbg.memory = memory || new WebAssembly.Memory({initial:167,maximum:
|
|
14019
|
+
imports.wbg.memory = memory || new WebAssembly.Memory({initial:167,maximum:65536,shared:true});
|
|
14020
14020
|
|
|
14021
14021
|
return imports;
|
|
14022
14022
|
}
|