@yowasp/nextpnr-nexus
Advanced tools
Comparing version 0.7.176-dev.505 to 0.7.176-dev.507
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
0
53924022
13
6998