@noir-lang/noir_wasm
Advanced tools
Comparing version 0.1.1-fd64be5 to 0.2.0-48cda7a
@@ -194,3 +194,3 @@ let imports = {}; | ||
module.exports.__wbg_readfile_141fe7d2c0f1edde = function() { return handleError(function (arg0, arg1, arg2) { | ||
module.exports.__wbg_readfile_1ed72752a157b319 = function() { return handleError(function (arg0, arg1, arg2) { | ||
const ret = read_file(getStringFromWasm0(arg1, arg2)); | ||
@@ -197,0 +197,0 @@ const ptr0 = passStringToWasm0(ret, wasm.__wbindgen_export_0, wasm.__wbindgen_export_1); |
@@ -6,3 +6,3 @@ { | ||
], | ||
"version": "0.1.1-fd64be5", | ||
"version": "0.2.0-48cda7a", | ||
"files": [ | ||
@@ -25,4 +25,4 @@ "nodejs", | ||
"compiler": { | ||
"versionHash": "fd64be55fc905a032d53c9ac7a7f7b71da899c37" | ||
"versionHash": "48cda7a08b22afdde9f904632b502c53fb491ee6" | ||
} | ||
} |
# Noir Lang WASM JavaScript Package | ||
## Tracks | ||
Noir lang Repository [noir-lang/noir@fd64be5](https://github.com/noir-lang/noir/tree/fd64be55fc905a032d53c9ac7a7f7b71da899c37) | ||
Noir lang Repository [noir-lang/noir@48cda7a](https://github.com/noir-lang/noir/tree/48cda7a08b22afdde9f904632b502c53fb491ee6) |
@@ -224,3 +224,3 @@ import { read_file } from '@noir-lang/noir-source-resolver'; | ||
}; | ||
imports.wbg.__wbg_readfile_141fe7d2c0f1edde = function() { return handleError(function (arg0, arg1, arg2) { | ||
imports.wbg.__wbg_readfile_1ed72752a157b319 = function() { return handleError(function (arg0, arg1, arg2) { | ||
const ret = read_file(getStringFromWasm0(arg1, arg2)); | ||
@@ -227,0 +227,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
6105643