@noir-lang/acvm_js 1.0.0-beta.8-1c7c6f2.nightly → 1.0.0-beta.8-7cf7a89.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 +1 -1
- package/nodejs/acvm_js_bg.wasm +0 -0
- package/package.json +1 -1
- package/web/acvm_js.js +1 -1
- package/web/acvm_js_bg.wasm +0 -0
package/nodejs/acvm_js.js
CHANGED
|
@@ -813,7 +813,7 @@ module.exports.__wbindgen_cb_drop = function(arg0) {
|
|
|
813
813
|
return ret;
|
|
814
814
|
};
|
|
815
815
|
|
|
816
|
-
module.exports.
|
|
816
|
+
module.exports.__wbindgen_closure_wrapper2141 = function(arg0, arg1, arg2) {
|
|
817
817
|
const ret = makeMutClosure(arg0, arg1, 647, __wbg_adapter_30);
|
|
818
818
|
return ret;
|
|
819
819
|
};
|
package/nodejs/acvm_js_bg.wasm
CHANGED
|
Binary file
|
package/package.json
CHANGED
package/web/acvm_js.js
CHANGED
|
@@ -797,7 +797,7 @@ function __wbg_get_imports() {
|
|
|
797
797
|
const ret = false;
|
|
798
798
|
return ret;
|
|
799
799
|
};
|
|
800
|
-
imports.wbg.
|
|
800
|
+
imports.wbg.__wbindgen_closure_wrapper2141 = function(arg0, arg1, arg2) {
|
|
801
801
|
const ret = makeMutClosure(arg0, arg1, 647, __wbg_adapter_30);
|
|
802
802
|
return ret;
|
|
803
803
|
};
|
package/web/acvm_js_bg.wasm
CHANGED
|
Binary file
|