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

@yowasp/nextpnr-nexus

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@yowasp/nextpnr-nexus - npm Package Compare versions

Comparing version 0.7.176-dev.505 to 0.7.176-dev.507

gen/bundle.js

16

package.json
{
"name": "@yowasp/nextpnr-nexus",
"version": "0.7.176-dev.505",
"version": "0.7.176-dev.507",
"description": "nextpnr-nexus FPGA place and route tool",

@@ -18,3 +18,3 @@ "author": "Catherine <whitequark@whitequark.org>",

"lib/api.d.ts",
"gen/bundle-*.js",
"gen/bundle.js",
"gen/resources-*.js",

@@ -25,4 +25,3 @@ "gen/*.wasm",

"exports": {
"node": "./gen/bundle-node.js",
"browser": "./gen/bundle-browser.js",
"default": "./gen/bundle.js",
"types": "./lib/api.d.ts"

@@ -33,12 +32,11 @@ },

"@bytecodealliance/jco": "0.14.2",
"@yowasp/runtime": "6.0.30",
"@yowasp/runtime": "6.0.34",
"esbuild": "^0.19.8"
},
"scripts": {
"transpile": "jco new ../prjoxide-build/wasm32-wasi/release/prjoxide.wasm --wasi-command --output prjoxide.wasm && jco transpile prjoxide.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/ && jco new ../nextpnr-build/nextpnr-nexus.wasm --wasi-command --output nextpnr-nexus.wasm && jco transpile nextpnr-nexus.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-nextpnr-nexus.js gen share",
"transpile": "jco new ../prjoxide-build/wasm32-wasi/release/prjoxide.wasm --wasi-command --output prjoxide.wasm && jco transpile prjoxide.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/ && jco new ../nextpnr-build/nextpnr-nexus.wasm --wasi-command --output nextpnr-nexus.wasm && jco transpile nextpnr-nexus.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/",
"build:node": "esbuild --bundle lib/api.js --outfile=gen/bundle-node.js --format=esm --platform=node",
"build:browser": "esbuild --bundle lib/api.js --outfile=gen/bundle-browser.js --format=esm --platform=browser",
"all": "npm run transpile && npm run pack && npm run build:node && npm run build:browser"
"build": "esbuild --bundle lib/api.js --outfile=gen/bundle.js --format=esm --platform=node",
"all": "npm run transpile && npm run pack && npm run build"
}
}

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