Socket
Socket
Sign inDemoInstall

@yowasp/yosys

Package Overview
Dependencies
0
Maintainers
0
Versions
27
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.42.733 to 0.42.734

11

lib/api.d.ts

@@ -13,9 +13,10 @@ export type Tree = {

stdin?: InputStream | null;
stdout?: OutputStream | null,
stderr?: OutputStream | null,
decodeASCII?: boolean
stdout?: OutputStream | null;
stderr?: OutputStream | null;
decodeASCII?: boolean;
synchronously?: boolean;
};
export type Command =
(args?: string[], files?: Tree, options?: RunOptions) => Tree | Promise<Tree> | undefined;
(args?: string[], files?: Tree, options?: RunOptions) => Promise<Tree> | Tree | undefined;

@@ -27,2 +28,4 @@ export class Exit extends Error {

//--------8<--------8<--------8<--------8<--------8<--------8<--------8<--------8<--------8<--------
export const runYosys: Command;

@@ -29,0 +32,0 @@

{
"name": "@yowasp/yosys",
"version": "0.42.733",
"version": "0.42.734",
"description": "Yosys Open SYnthesis Suite",

@@ -29,8 +29,8 @@ "author": "Catherine <whitequark@whitequark.org>",

"devDependencies": {
"@bytecodealliance/jco": "1.0.0",
"@yowasp/runtime": "8.0.40",
"@bytecodealliance/jco": "1.3.0",
"@yowasp/runtime": "9.0.44",
"esbuild": "^0.19.8"
},
"scripts": {
"transpile": "jco new ../yosys-build/yosys.wasm --wasi-command --output yosys.wasm && jco transpile yosys.wasm --instantiation sync --no-typescript --no-namespaced-exports --map 'wasi:io/*=runtime#io' --map 'wasi:cli/*=runtime#cli' --map 'wasi:clocks/*=runtime#*' --map 'wasi:filesystem/*=runtime#fs' --map 'wasi:random/*=runtime#random' --out-dir gen/",
"transpile": "jco new ../yosys-build/yosys.wasm --wasi-command --output yosys.wasm && jco transpile yosys.wasm --instantiation async --no-typescript --no-namespaced-exports --map 'wasi:io/*=runtime#io' --map 'wasi:cli/*=runtime#cli' --map 'wasi:clocks/*=runtime#*' --map 'wasi:filesystem/*=runtime#fs' --map 'wasi:random/*=runtime#random' --out-dir gen/",
"pack": "yowasp-pack-resources gen/resources-yosys.js gen ../yosys-build/share",

@@ -37,0 +37,0 @@ "build": "esbuild --bundle lib/api.js --outfile=gen/bundle.js --format=esm --platform=node --external:./resources-*.js",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc