@noir-lang/noir_wasm
Advanced tools
Comparing version 0.1.1-f329379 to 0.1.1-fd64be5
@@ -7,2 +7,3 @@ /* tslint:disable */ | ||
export function acir_to_bytes(a: number, b: number): void; | ||
export function build_info(): number; | ||
export function __wbindgen_export_0(a: number): number; | ||
@@ -9,0 +10,0 @@ export function __wbindgen_export_1(a: number, b: number, c: number): number; |
@@ -18,1 +18,5 @@ /* tslint:disable */ | ||
export function acir_to_bytes(acir: any): Uint8Array; | ||
/** | ||
* @returns {any} | ||
*/ | ||
export function build_info(): any; |
@@ -169,2 +169,10 @@ let imports = {}; | ||
/** | ||
* @returns {any} | ||
*/ | ||
module.exports.build_info = function() { | ||
const ret = wasm.build_info(); | ||
return takeObject(ret); | ||
}; | ||
function handleError(f, args) { | ||
@@ -178,6 +186,2 @@ try { | ||
module.exports.__wbindgen_object_drop_ref = function(arg0) { | ||
takeObject(arg0); | ||
}; | ||
module.exports.__wbindgen_is_undefined = function(arg0) { | ||
@@ -188,2 +192,6 @@ const ret = getObject(arg0) === undefined; | ||
module.exports.__wbindgen_object_drop_ref = function(arg0) { | ||
takeObject(arg0); | ||
}; | ||
module.exports.__wbg_readfile_141fe7d2c0f1edde = function() { return handleError(function (arg0, arg1, arg2) { | ||
@@ -190,0 +198,0 @@ const ret = read_file(getStringFromWasm0(arg1, arg2)); |
@@ -6,3 +6,3 @@ { | ||
], | ||
"version": "0.1.1-f329379", | ||
"version": "0.1.1-fd64be5", | ||
"files": [ | ||
@@ -23,3 +23,6 @@ "nodejs", | ||
"url": "https://github.com/noir-lang/noir_wasm.git" | ||
}, | ||
"compiler": { | ||
"versionHash": "fd64be55fc905a032d53c9ac7a7f7b71da899c37" | ||
} | ||
} |
# Noir Lang WASM JavaScript Package | ||
## Tracks | ||
Noir lang Repository [noir-lang/noir@f329379](https://github.com/noir-lang/noir/tree/f3293793e7fd4a595971c24c4dcab9b0e7b921dd) | ||
Noir lang Repository [noir-lang/noir@fd64be5](https://github.com/noir-lang/noir/tree/fd64be55fc905a032d53c9ac7a7f7b71da899c37) |
@@ -7,2 +7,3 @@ /* tslint:disable */ | ||
export function acir_to_bytes(a: number, b: number): void; | ||
export function build_info(): number; | ||
export function __wbindgen_export_0(a: number): number; | ||
@@ -9,0 +10,0 @@ export function __wbindgen_export_1(a: number, b: number, c: number): number; |
@@ -18,2 +18,6 @@ /* tslint:disable */ | ||
export function acir_to_bytes(acir: any): Uint8Array; | ||
/** | ||
* @returns {any} | ||
*/ | ||
export function build_info(): any; | ||
@@ -27,2 +31,3 @@ export type InitInput = RequestInfo | URL | Response | BufferSource | WebAssembly.Module; | ||
readonly acir_to_bytes: (a: number, b: number) => void; | ||
readonly build_info: () => number; | ||
readonly __wbindgen_export_0: (a: number) => number; | ||
@@ -29,0 +34,0 @@ readonly __wbindgen_export_1: (a: number, b: number, c: number) => number; |
@@ -167,2 +167,10 @@ import { read_file } from '@noir-lang/noir-source-resolver'; | ||
/** | ||
* @returns {any} | ||
*/ | ||
export function build_info() { | ||
const ret = wasm.build_info(); | ||
return takeObject(ret); | ||
} | ||
function handleError(f, args) { | ||
@@ -210,5 +218,2 @@ try { | ||
imports.wbg = {}; | ||
imports.wbg.__wbindgen_object_drop_ref = function(arg0) { | ||
takeObject(arg0); | ||
}; | ||
imports.wbg.__wbindgen_is_undefined = function(arg0) { | ||
@@ -218,2 +223,5 @@ const ret = getObject(arg0) === undefined; | ||
}; | ||
imports.wbg.__wbindgen_object_drop_ref = function(arg0) { | ||
takeObject(arg0); | ||
}; | ||
imports.wbg.__wbg_readfile_141fe7d2c0f1edde = function() { return handleError(function (arg0, arg1, arg2) { | ||
@@ -220,0 +228,0 @@ const ret = read_file(getStringFromWasm0(arg1, arg2)); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
6047819
566
3
23
46
6