@noir-lang/noir_wasm 0.19.3 → 0.19.4-3140468.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/noir_wasm.js +3 -3
- package/nodejs/noir_wasm_bg.wasm +0 -0
- package/package.json +2 -2
- package/web/noir_wasm.js +3 -3
- package/web/noir_wasm_bg.wasm +0 -0
package/nodejs/noir_wasm.js
CHANGED
|
@@ -276,7 +276,7 @@ module.exports.__wbindgen_object_drop_ref = function(arg0) {
|
|
|
276
276
|
takeObject(arg0);
|
|
277
277
|
};
|
|
278
278
|
|
|
279
|
-
module.exports.
|
|
279
|
+
module.exports.__wbg_constructor_03a5362405b1b4e4 = function(arg0) {
|
|
280
280
|
const ret = new Error(takeObject(arg0));
|
|
281
281
|
return addHeapObject(ret);
|
|
282
282
|
};
|
|
@@ -286,12 +286,12 @@ module.exports.__wbindgen_is_undefined = function(arg0) {
|
|
|
286
286
|
return ret;
|
|
287
287
|
};
|
|
288
288
|
|
|
289
|
-
module.exports.
|
|
289
|
+
module.exports.__wbg_constructor_153916a7e8b60b9e = function() {
|
|
290
290
|
const ret = new Object();
|
|
291
291
|
return addHeapObject(ret);
|
|
292
292
|
};
|
|
293
293
|
|
|
294
|
-
module.exports.
|
|
294
|
+
module.exports.__wbg_readfile_c0e2234e6d0bb1c2 = function() { return handleError(function (arg0, arg1, arg2) {
|
|
295
295
|
const ret = read_file(getStringFromWasm0(arg1, arg2));
|
|
296
296
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_export_0, wasm.__wbindgen_export_1);
|
|
297
297
|
const len1 = WASM_VECTOR_LEN;
|
package/nodejs/noir_wasm_bg.wasm
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"collaborators": [
|
|
4
4
|
"The Noir Team <team@noir-lang.org>"
|
|
5
5
|
],
|
|
6
|
-
"version": "0.19.
|
|
6
|
+
"version": "0.19.4-3140468.nightly",
|
|
7
7
|
"license": "(MIT OR Apache-2.0)",
|
|
8
8
|
"main": "./nodejs/noir_wasm.js",
|
|
9
9
|
"types": "./web/noir_wasm.d.ts",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"install:from:nix": "yarn clean && yarn build:nix && cp -rL ./result/noir_wasm/nodejs ./ && cp -rL ./result/noir_wasm/web ./"
|
|
32
32
|
},
|
|
33
33
|
"peerDependencies": {
|
|
34
|
-
"@noir-lang/source-resolver": "0.19.
|
|
34
|
+
"@noir-lang/source-resolver": "0.19.4-3140468.nightly"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@esm-bundle/chai": "^4.3.4-fix.0",
|
package/web/noir_wasm.js
CHANGED
|
@@ -307,7 +307,7 @@ function __wbg_get_imports() {
|
|
|
307
307
|
imports.wbg.__wbindgen_object_drop_ref = function(arg0) {
|
|
308
308
|
takeObject(arg0);
|
|
309
309
|
};
|
|
310
|
-
imports.wbg.
|
|
310
|
+
imports.wbg.__wbg_constructor_03a5362405b1b4e4 = function(arg0) {
|
|
311
311
|
const ret = new Error(takeObject(arg0));
|
|
312
312
|
return addHeapObject(ret);
|
|
313
313
|
};
|
|
@@ -315,11 +315,11 @@ function __wbg_get_imports() {
|
|
|
315
315
|
const ret = getObject(arg0) === undefined;
|
|
316
316
|
return ret;
|
|
317
317
|
};
|
|
318
|
-
imports.wbg.
|
|
318
|
+
imports.wbg.__wbg_constructor_153916a7e8b60b9e = function() {
|
|
319
319
|
const ret = new Object();
|
|
320
320
|
return addHeapObject(ret);
|
|
321
321
|
};
|
|
322
|
-
imports.wbg.
|
|
322
|
+
imports.wbg.__wbg_readfile_c0e2234e6d0bb1c2 = function() { return handleError(function (arg0, arg1, arg2) {
|
|
323
323
|
const ret = read_file(getStringFromWasm0(arg1, arg2));
|
|
324
324
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_export_0, wasm.__wbindgen_export_1);
|
|
325
325
|
const len1 = WASM_VECTOR_LEN;
|
package/web/noir_wasm_bg.wasm
CHANGED
|
Binary file
|