@yowasp/yosys 0.65.176-dev.1145 → 0.65.1153
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/gen/bundle.js +2 -2
- package/gen/yosys-resources.0.tar +0 -0
- package/gen/yosys.core.wasm +0 -0
- package/package.json +2 -2
package/gen/bundle.js
CHANGED
|
@@ -744,7 +744,7 @@ var filesystem = async (fetch3) => {
|
|
|
744
744
|
"share": await new Blob(chunks).arrayBuffer().then(unpackTarFilesystem)
|
|
745
745
|
};
|
|
746
746
|
};
|
|
747
|
-
var totalSize =
|
|
747
|
+
var totalSize = 54082112;
|
|
748
748
|
|
|
749
749
|
// gen/yosys.js
|
|
750
750
|
function instantiate(getCoreModule, imports, instantiateCore = WebAssembly.instantiate) {
|
|
@@ -13529,7 +13529,7 @@ function instantiate(getCoreModule, imports, instantiateCore = WebAssembly.insta
|
|
|
13529
13529
|
var yosys = new Application(yosys_resources_exports, instantiate, "yowasp-yosys");
|
|
13530
13530
|
var runYosys = yosys.run.bind(yosys);
|
|
13531
13531
|
var commands = { "yosys": runYosys };
|
|
13532
|
-
var version = "0.65.
|
|
13532
|
+
var version = "0.65.1153";
|
|
13533
13533
|
export {
|
|
13534
13534
|
Exit,
|
|
13535
13535
|
commands,
|
|
Binary file
|
package/gen/yosys.core.wasm
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yowasp/yosys",
|
|
3
|
-
"version": "0.65.
|
|
3
|
+
"version": "0.65.1153",
|
|
4
4
|
"description": "Yosys Open SYnthesis Suite",
|
|
5
5
|
"author": "Catherine <whitequark@whitequark.org>",
|
|
6
6
|
"license": "ISC",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"scripts": {
|
|
33
33
|
"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/",
|
|
34
34
|
"pack": "yowasp-pack-resources gen/yosys-resources.js gen ../yosys-build/share",
|
|
35
|
-
"build": "esbuild --bundle lib/api.js --outfile=gen/bundle.js --format=esm --platform=node --define:VERSION=\\\"0.65.
|
|
35
|
+
"build": "esbuild --bundle lib/api.js --outfile=gen/bundle.js --format=esm --platform=node --define:VERSION=\\\"0.65.1153\\\"",
|
|
36
36
|
"all": "npm run transpile && npm run pack && npm run build"
|
|
37
37
|
}
|
|
38
38
|
}
|