@noir-lang/noir_wasm
Advanced tools
Comparing version 0.4.1-dc3fb48 to 0.5.0-049773b
@@ -232,3 +232,3 @@ let imports = {}; | ||
module.exports.__wbg_readfile_e0e65427440b9915 = function() { return handleError(function (arg0, arg1, arg2) { | ||
module.exports.__wbg_readfile_054a3fdf225f8fe7 = function() { return handleError(function (arg0, arg1, arg2) { | ||
const ret = read_file(getStringFromWasm0(arg1, arg2)); | ||
@@ -235,0 +235,0 @@ const ptr0 = passStringToWasm0(ret, wasm.__wbindgen_export_0, wasm.__wbindgen_export_1); |
@@ -6,3 +6,3 @@ { | ||
], | ||
"version": "0.4.1-dc3fb48", | ||
"version": "0.5.0-049773b", | ||
"files": [ | ||
@@ -25,4 +25,4 @@ "nodejs", | ||
"compiler": { | ||
"versionHash": "dc3fb4806564acb6fd6ec46fcdc68dc336da96ba" | ||
"versionHash": "049773bd4d08afaf70c3cb1e4c658df0e6f50ac6" | ||
} | ||
} |
# Noir Lang WASM JavaScript Package | ||
## Tracks | ||
Noir lang Repository [noir-lang/noir@dc3fb48](https://github.com/noir-lang/noir/tree/dc3fb4806564acb6fd6ec46fcdc68dc336da96ba) | ||
Noir lang Repository [noir-lang/noir@049773b](https://github.com/noir-lang/noir/tree/049773bd4d08afaf70c3cb1e4c658df0e6f50ac6) |
@@ -257,3 +257,3 @@ import { read_file } from '@noir-lang/noir-source-resolver'; | ||
}; | ||
imports.wbg.__wbg_readfile_e0e65427440b9915 = function() { return handleError(function (arg0, arg1, arg2) { | ||
imports.wbg.__wbg_readfile_054a3fdf225f8fe7 = function() { return handleError(function (arg0, arg1, arg2) { | ||
const ret = read_file(getStringFromWasm0(arg1, arg2)); | ||
@@ -260,0 +260,0 @@ const ptr0 = 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
8581191