@noir-lang/noirc_abi 0.19.2 → 0.19.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.
package/nodejs/noirc_abi_wasm.js
CHANGED
|
@@ -186,7 +186,7 @@ module.exports.__wbindgen_is_undefined = function(arg0) {
|
|
|
186
186
|
return ret;
|
|
187
187
|
};
|
|
188
188
|
|
|
189
|
-
module.exports.
|
|
189
|
+
module.exports.__wbg_new_b5ed67197ffbd837 = function() {
|
|
190
190
|
const ret = new Map();
|
|
191
191
|
return addHeapObject(ret);
|
|
192
192
|
};
|
|
@@ -216,7 +216,7 @@ module.exports.__wbindgen_number_get = function(arg0, arg1) {
|
|
|
216
216
|
getInt32Memory0()[arg0 / 4 + 0] = !isLikeNone(ret);
|
|
217
217
|
};
|
|
218
218
|
|
|
219
|
-
module.exports.
|
|
219
|
+
module.exports.__wbg_constructor_6b9bfb1271febd50 = 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
|
@@ -216,7 +216,7 @@ function __wbg_get_imports() {
|
|
|
216
216
|
const ret = getObject(arg0) === undefined;
|
|
217
217
|
return ret;
|
|
218
218
|
};
|
|
219
|
-
imports.wbg.
|
|
219
|
+
imports.wbg.__wbg_new_b5ed67197ffbd837 = function() {
|
|
220
220
|
const ret = new Map();
|
|
221
221
|
return addHeapObject(ret);
|
|
222
222
|
};
|
|
@@ -241,7 +241,7 @@ function __wbg_get_imports() {
|
|
|
241
241
|
getFloat64Memory0()[arg0 / 8 + 1] = isLikeNone(ret) ? 0 : ret;
|
|
242
242
|
getInt32Memory0()[arg0 / 4 + 0] = !isLikeNone(ret);
|
|
243
243
|
};
|
|
244
|
-
imports.wbg.
|
|
244
|
+
imports.wbg.__wbg_constructor_6b9bfb1271febd50 = function(arg0) {
|
|
245
245
|
const ret = new Error(takeObject(arg0));
|
|
246
246
|
return addHeapObject(ret);
|
|
247
247
|
};
|
|
Binary file
|