Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@noir-lang/noir_wasm

Package Overview
Dependencies
Maintainers
1
Versions
394
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@noir-lang/noir_wasm - npm Package Compare versions

Comparing version 0.1.1-f329379 to 0.1.1-fd64be5

1

nodejs/noir_wasm_bg.wasm.d.ts

@@ -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;

16

nodejs/noir_wasm.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc