@provablehq/wasm 0.6.12 → 0.6.13
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/assets/aleo_wasm.wasm +0 -0
- package/dist/index.js +18 -18
- package/dist/index.js.map +1 -1
- package/dist/worker.js +18 -18
- package/dist/worker.js.map +1 -1
- package/package.json +1 -1
|
Binary file
|
package/dist/index.js
CHANGED
|
@@ -238,7 +238,7 @@ function makeMutClosure(arg0, arg1, dtor, f) {
|
|
|
238
238
|
return real;
|
|
239
239
|
}
|
|
240
240
|
function __wbg_adapter_34(arg0, arg1, arg2) {
|
|
241
|
-
wasm.
|
|
241
|
+
wasm._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h4428289ce4d5afd9(arg0, arg1, addHeapObject(arg2));
|
|
242
242
|
}
|
|
243
243
|
|
|
244
244
|
function _assertClass(instance, klass) {
|
|
@@ -329,7 +329,7 @@ function handleError(f, args) {
|
|
|
329
329
|
}
|
|
330
330
|
}
|
|
331
331
|
function __wbg_adapter_281(arg0, arg1, arg2, arg3) {
|
|
332
|
-
wasm.
|
|
332
|
+
wasm.wasm_bindgen__convert__closures__invoke2_mut__h2157eed66e6e3fca(arg0, arg1, addHeapObject(arg2), addHeapObject(arg3));
|
|
333
333
|
}
|
|
334
334
|
|
|
335
335
|
const AddressFinalization = (typeof FinalizationRegistry === 'undefined')
|
|
@@ -4147,22 +4147,14 @@ function __wbg_get_imports() {
|
|
|
4147
4147
|
getInt32Memory0()[arg0 / 4 + 1] = len1;
|
|
4148
4148
|
getInt32Memory0()[arg0 / 4 + 0] = ptr1;
|
|
4149
4149
|
};
|
|
4150
|
+
imports.wbg.__wbg_executionresponse_new = function(arg0) {
|
|
4151
|
+
const ret = ExecutionResponse$1.__wrap(arg0);
|
|
4152
|
+
return addHeapObject(ret);
|
|
4153
|
+
};
|
|
4150
4154
|
imports.wbg.__wbg_call_b3ca7c6051f9bec1 = function() { return handleError(function (arg0, arg1, arg2) {
|
|
4151
4155
|
const ret = getObject(arg0).call(getObject(arg1), getObject(arg2));
|
|
4152
4156
|
return addHeapObject(ret);
|
|
4153
4157
|
}, arguments) };
|
|
4154
|
-
imports.wbg.__wbindgen_module = function() {
|
|
4155
|
-
const ret = __wbg_init.__wbindgen_wasm_module;
|
|
4156
|
-
return addHeapObject(ret);
|
|
4157
|
-
};
|
|
4158
|
-
imports.wbg.__wbindgen_memory = function() {
|
|
4159
|
-
const ret = wasm.memory;
|
|
4160
|
-
return addHeapObject(ret);
|
|
4161
|
-
};
|
|
4162
|
-
imports.wbg.__wbg_spawnWorker_f6acaddb2e29dc4a = function(arg0, arg1, arg2, arg3) {
|
|
4163
|
-
const ret = spawnWorker(getObject(arg0), getObject(arg1), getObject(arg2), arg3 >>> 0);
|
|
4164
|
-
return addHeapObject(ret);
|
|
4165
|
-
};
|
|
4166
4158
|
imports.wbg.__wbg_log_0159ca40cddf5b15 = function(arg0, arg1) {
|
|
4167
4159
|
console.log(getStringFromWasm0(arg0, arg1));
|
|
4168
4160
|
};
|
|
@@ -4181,14 +4173,22 @@ function __wbg_get_imports() {
|
|
|
4181
4173
|
const ret = BigInt.asUintN(64, arg0);
|
|
4182
4174
|
return addHeapObject(ret);
|
|
4183
4175
|
};
|
|
4184
|
-
imports.wbg.__wbg_executionresponse_new = function(arg0) {
|
|
4185
|
-
const ret = ExecutionResponse$1.__wrap(arg0);
|
|
4186
|
-
return addHeapObject(ret);
|
|
4187
|
-
};
|
|
4188
4176
|
imports.wbg.__wbg_keypair_new = function(arg0) {
|
|
4189
4177
|
const ret = KeyPair.__wrap(arg0);
|
|
4190
4178
|
return addHeapObject(ret);
|
|
4191
4179
|
};
|
|
4180
|
+
imports.wbg.__wbindgen_module = function() {
|
|
4181
|
+
const ret = __wbg_init.__wbindgen_wasm_module;
|
|
4182
|
+
return addHeapObject(ret);
|
|
4183
|
+
};
|
|
4184
|
+
imports.wbg.__wbindgen_memory = function() {
|
|
4185
|
+
const ret = wasm.memory;
|
|
4186
|
+
return addHeapObject(ret);
|
|
4187
|
+
};
|
|
4188
|
+
imports.wbg.__wbg_spawnWorker_f6acaddb2e29dc4a = function(arg0, arg1, arg2, arg3) {
|
|
4189
|
+
const ret = spawnWorker(getObject(arg0), getObject(arg1), getObject(arg2), arg3 >>> 0);
|
|
4190
|
+
return addHeapObject(ret);
|
|
4191
|
+
};
|
|
4192
4192
|
imports.wbg.__wbindgen_cb_drop = function(arg0) {
|
|
4193
4193
|
const obj = takeObject(arg0).original;
|
|
4194
4194
|
if (obj.cnt-- == 1) {
|