@noir-lang/noir_wasm
Advanced tools
Comparing version 0.19.3 to 0.19.4-3140468.nightly
@@ -279,3 +279,3 @@ let imports = {}; | ||
module.exports.__wbg_constructor_ea847aa8a3afa22e = function(arg0) { | ||
module.exports.__wbg_constructor_03a5362405b1b4e4 = function(arg0) { | ||
const ret = new Error(takeObject(arg0)); | ||
@@ -290,3 +290,3 @@ return addHeapObject(ret); | ||
module.exports.__wbg_constructor_3047589cd799400f = function() { | ||
module.exports.__wbg_constructor_153916a7e8b60b9e = function() { | ||
const ret = new Object(); | ||
@@ -296,3 +296,3 @@ return addHeapObject(ret); | ||
module.exports.__wbg_readfile_758596512193cebd = function() { return handleError(function (arg0, arg1, arg2) { | ||
module.exports.__wbg_readfile_c0e2234e6d0bb1c2 = function() { return handleError(function (arg0, arg1, arg2) { | ||
const ret = read_file(getStringFromWasm0(arg1, arg2)); | ||
@@ -299,0 +299,0 @@ const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_export_0, wasm.__wbindgen_export_1); |
@@ -6,3 +6,3 @@ { | ||
], | ||
"version": "0.19.3", | ||
"version": "0.19.4-3140468.nightly", | ||
"license": "(MIT OR Apache-2.0)", | ||
@@ -35,3 +35,3 @@ "main": "./nodejs/noir_wasm.js", | ||
"peerDependencies": { | ||
"@noir-lang/source-resolver": "0.19.3" | ||
"@noir-lang/source-resolver": "0.19.4-3140468.nightly" | ||
}, | ||
@@ -38,0 +38,0 @@ "devDependencies": { |
@@ -310,3 +310,3 @@ import { read_file } from '@noir-lang/source-resolver'; | ||
}; | ||
imports.wbg.__wbg_constructor_ea847aa8a3afa22e = function(arg0) { | ||
imports.wbg.__wbg_constructor_03a5362405b1b4e4 = function(arg0) { | ||
const ret = new Error(takeObject(arg0)); | ||
@@ -319,7 +319,7 @@ return addHeapObject(ret); | ||
}; | ||
imports.wbg.__wbg_constructor_3047589cd799400f = function() { | ||
imports.wbg.__wbg_constructor_153916a7e8b60b9e = function() { | ||
const ret = new Object(); | ||
return addHeapObject(ret); | ||
}; | ||
imports.wbg.__wbg_readfile_758596512193cebd = function() { return handleError(function (arg0, arg1, arg2) { | ||
imports.wbg.__wbg_readfile_c0e2234e6d0bb1c2 = function() { return handleError(function (arg0, arg1, arg2) { | ||
const ret = read_file(getStringFromWasm0(arg1, arg2)); | ||
@@ -326,0 +326,0 @@ const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_export_0, wasm.__wbindgen_export_1); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
16573045