@noir-lang/acvm_js 0.37.1-fa1cf5f.nightly → 0.38.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/acvm_js.js +4 -4
- package/nodejs/acvm_js_bg.wasm +0 -0
- package/package.json +1 -1
- package/web/acvm_js.js +4 -4
- package/web/acvm_js_bg.wasm +0 -0
package/nodejs/acvm_js.js
CHANGED
|
@@ -654,7 +654,7 @@ module.exports.__wbindgen_is_string = function(arg0) {
|
|
|
654
654
|
return ret;
|
|
655
655
|
};
|
|
656
656
|
|
|
657
|
-
module.exports.
|
|
657
|
+
module.exports.__wbg_new_88dbce24756a0c16 = function() {
|
|
658
658
|
const ret = new Map();
|
|
659
659
|
return addHeapObject(ret);
|
|
660
660
|
};
|
|
@@ -681,7 +681,7 @@ module.exports.__wbindgen_object_clone_ref = function(arg0) {
|
|
|
681
681
|
return addHeapObject(ret);
|
|
682
682
|
};
|
|
683
683
|
|
|
684
|
-
module.exports.
|
|
684
|
+
module.exports.__wbg_constructor_b94d8cb256e76d97 = function(arg0) {
|
|
685
685
|
const ret = new Error(takeObject(arg0));
|
|
686
686
|
return addHeapObject(ret);
|
|
687
687
|
};
|
|
@@ -1189,8 +1189,8 @@ module.exports.__wbindgen_function_table = function() {
|
|
|
1189
1189
|
return addHeapObject(ret);
|
|
1190
1190
|
};
|
|
1191
1191
|
|
|
1192
|
-
module.exports.
|
|
1193
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1192
|
+
module.exports.__wbindgen_closure_wrapper507 = function(arg0, arg1, arg2) {
|
|
1193
|
+
const ret = makeMutClosure(arg0, arg1, 163, __wbg_adapter_54);
|
|
1194
1194
|
return addHeapObject(ret);
|
|
1195
1195
|
};
|
|
1196
1196
|
|
package/nodejs/acvm_js_bg.wasm
CHANGED
|
Binary file
|
package/package.json
CHANGED
package/web/acvm_js.js
CHANGED
|
@@ -678,7 +678,7 @@ function __wbg_get_imports() {
|
|
|
678
678
|
const ret = typeof(getObject(arg0)) === 'string';
|
|
679
679
|
return ret;
|
|
680
680
|
};
|
|
681
|
-
imports.wbg.
|
|
681
|
+
imports.wbg.__wbg_new_88dbce24756a0c16 = function() {
|
|
682
682
|
const ret = new Map();
|
|
683
683
|
return addHeapObject(ret);
|
|
684
684
|
};
|
|
@@ -700,7 +700,7 @@ function __wbg_get_imports() {
|
|
|
700
700
|
const ret = getObject(arg0);
|
|
701
701
|
return addHeapObject(ret);
|
|
702
702
|
};
|
|
703
|
-
imports.wbg.
|
|
703
|
+
imports.wbg.__wbg_constructor_b94d8cb256e76d97 = function(arg0) {
|
|
704
704
|
const ret = new Error(takeObject(arg0));
|
|
705
705
|
return addHeapObject(ret);
|
|
706
706
|
};
|
|
@@ -1119,8 +1119,8 @@ function __wbg_get_imports() {
|
|
|
1119
1119
|
const ret = wasm.__wbindgen_export_2;
|
|
1120
1120
|
return addHeapObject(ret);
|
|
1121
1121
|
};
|
|
1122
|
-
imports.wbg.
|
|
1123
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
1122
|
+
imports.wbg.__wbindgen_closure_wrapper507 = function(arg0, arg1, arg2) {
|
|
1123
|
+
const ret = makeMutClosure(arg0, arg1, 163, __wbg_adapter_54);
|
|
1124
1124
|
return addHeapObject(ret);
|
|
1125
1125
|
};
|
|
1126
1126
|
|
package/web/acvm_js_bg.wasm
CHANGED
|
Binary file
|