@noir-lang/acvm_js 1.0.0-beta.4-097b116.nightly → 1.0.0-beta.4-96e8679.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
|
@@ -812,7 +812,7 @@ module.exports.__wbindgen_cb_drop = function(arg0) {
|
|
|
812
812
|
return ret;
|
|
813
813
|
};
|
|
814
814
|
|
|
815
|
-
module.exports.
|
|
815
|
+
module.exports.__wbindgen_closure_wrapper739 = function(arg0, arg1, arg2) {
|
|
816
816
|
const ret = makeMutClosure(arg0, arg1, 256, __wbg_adapter_30);
|
|
817
817
|
return ret;
|
|
818
818
|
};
|
package/nodejs/acvm_js_bg.wasm
CHANGED
|
Binary file
|
package/package.json
CHANGED
package/web/acvm_js.js
CHANGED
|
@@ -796,7 +796,7 @@ function __wbg_get_imports() {
|
|
|
796
796
|
const ret = false;
|
|
797
797
|
return ret;
|
|
798
798
|
};
|
|
799
|
-
imports.wbg.
|
|
799
|
+
imports.wbg.__wbindgen_closure_wrapper739 = function(arg0, arg1, arg2) {
|
|
800
800
|
const ret = makeMutClosure(arg0, arg1, 256, __wbg_adapter_30);
|
|
801
801
|
return ret;
|
|
802
802
|
};
|
package/web/acvm_js_bg.wasm
CHANGED
|
Binary file
|