@noir-lang/acvm_js 0.30.0-a098541.nightly → 0.30.0-e89f364.nightly
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 +8 -8
- package/nodejs/acvm_js_bg.wasm +0 -0
- package/package.json +1 -1
- package/web/acvm_js.js +7 -7
- package/web/acvm_js_bg.wasm +0 -0
package/nodejs/acvm_js.js
CHANGED
|
@@ -766,7 +766,12 @@ module.exports.__wbindgen_is_bigint = function(arg0) {
|
|
|
766
766
|
return ret;
|
|
767
767
|
};
|
|
768
768
|
|
|
769
|
-
module.exports.
|
|
769
|
+
module.exports.__wbindgen_is_function = function(arg0) {
|
|
770
|
+
const ret = typeof(getObject(arg0)) === 'function';
|
|
771
|
+
return ret;
|
|
772
|
+
};
|
|
773
|
+
|
|
774
|
+
module.exports.__wbg_instanceof_Global_f190e0e5a44a62df = function(arg0) {
|
|
770
775
|
let result;
|
|
771
776
|
try {
|
|
772
777
|
result = getObject(arg0) instanceof WebAssembly.Global;
|
|
@@ -777,11 +782,6 @@ module.exports.__wbg_instanceof_Global_68951a6a6244ac6e = function(arg0) {
|
|
|
777
782
|
return ret;
|
|
778
783
|
};
|
|
779
784
|
|
|
780
|
-
module.exports.__wbindgen_is_function = function(arg0) {
|
|
781
|
-
const ret = typeof(getObject(arg0)) === 'function';
|
|
782
|
-
return ret;
|
|
783
|
-
};
|
|
784
|
-
|
|
785
785
|
module.exports.__wbindgen_is_object = function(arg0) {
|
|
786
786
|
const val = getObject(arg0);
|
|
787
787
|
const ret = typeof(val) === 'object' && val !== null;
|
|
@@ -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_wrapper504 = function(arg0, arg1, arg2) {
|
|
1193
|
+
const ret = makeMutClosure(arg0, arg1, 161, __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
|
@@ -771,7 +771,11 @@ function __wbg_get_imports() {
|
|
|
771
771
|
const ret = typeof(getObject(arg0)) === 'bigint';
|
|
772
772
|
return ret;
|
|
773
773
|
};
|
|
774
|
-
imports.wbg.
|
|
774
|
+
imports.wbg.__wbindgen_is_function = function(arg0) {
|
|
775
|
+
const ret = typeof(getObject(arg0)) === 'function';
|
|
776
|
+
return ret;
|
|
777
|
+
};
|
|
778
|
+
imports.wbg.__wbg_instanceof_Global_f190e0e5a44a62df = function(arg0) {
|
|
775
779
|
let result;
|
|
776
780
|
try {
|
|
777
781
|
result = getObject(arg0) instanceof WebAssembly.Global;
|
|
@@ -781,10 +785,6 @@ function __wbg_get_imports() {
|
|
|
781
785
|
const ret = result;
|
|
782
786
|
return ret;
|
|
783
787
|
};
|
|
784
|
-
imports.wbg.__wbindgen_is_function = function(arg0) {
|
|
785
|
-
const ret = typeof(getObject(arg0)) === 'function';
|
|
786
|
-
return ret;
|
|
787
|
-
};
|
|
788
788
|
imports.wbg.__wbindgen_is_object = function(arg0) {
|
|
789
789
|
const val = getObject(arg0);
|
|
790
790
|
const ret = typeof(val) === 'object' && val !== null;
|
|
@@ -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_wrapper504 = function(arg0, arg1, arg2) {
|
|
1123
|
+
const ret = makeMutClosure(arg0, arg1, 161, __wbg_adapter_54);
|
|
1124
1124
|
return addHeapObject(ret);
|
|
1125
1125
|
};
|
|
1126
1126
|
|
package/web/acvm_js_bg.wasm
CHANGED
|
Binary file
|