@noir-lang/noirc_abi 0.21.0 → 0.22.0
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/nodejs/noirc_abi_wasm.js
CHANGED
|
@@ -190,7 +190,7 @@ module.exports.__wbindgen_object_drop_ref = function(arg0) {
|
|
|
190
190
|
takeObject(arg0);
|
|
191
191
|
};
|
|
192
192
|
|
|
193
|
-
module.exports.
|
|
193
|
+
module.exports.__wbg_new_6f90e9d9f07c8970 = function() {
|
|
194
194
|
const ret = new Map();
|
|
195
195
|
return addHeapObject(ret);
|
|
196
196
|
};
|
|
@@ -216,7 +216,7 @@ module.exports.__wbindgen_string_get = function(arg0, arg1) {
|
|
|
216
216
|
getInt32Memory0()[arg0 / 4 + 0] = ptr1;
|
|
217
217
|
};
|
|
218
218
|
|
|
219
|
-
module.exports.
|
|
219
|
+
module.exports.__wbg_constructor_e3f475b984203436 = function(arg0) {
|
|
220
220
|
const ret = new Error(takeObject(arg0));
|
|
221
221
|
return addHeapObject(ret);
|
|
222
222
|
};
|
|
Binary file
|
package/package.json
CHANGED
package/web/noirc_abi_wasm.js
CHANGED
|
@@ -219,7 +219,7 @@ function __wbg_get_imports() {
|
|
|
219
219
|
imports.wbg.__wbindgen_object_drop_ref = function(arg0) {
|
|
220
220
|
takeObject(arg0);
|
|
221
221
|
};
|
|
222
|
-
imports.wbg.
|
|
222
|
+
imports.wbg.__wbg_new_6f90e9d9f07c8970 = function() {
|
|
223
223
|
const ret = new Map();
|
|
224
224
|
return addHeapObject(ret);
|
|
225
225
|
};
|
|
@@ -241,7 +241,7 @@ function __wbg_get_imports() {
|
|
|
241
241
|
getInt32Memory0()[arg0 / 4 + 1] = len1;
|
|
242
242
|
getInt32Memory0()[arg0 / 4 + 0] = ptr1;
|
|
243
243
|
};
|
|
244
|
-
imports.wbg.
|
|
244
|
+
imports.wbg.__wbg_constructor_e3f475b984203436 = function(arg0) {
|
|
245
245
|
const ret = new Error(takeObject(arg0));
|
|
246
246
|
return addHeapObject(ret);
|
|
247
247
|
};
|
|
Binary file
|