@yowasp/yosys 0.57.985 → 0.58.1009
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 +1 -1
- package/gen/resources-yosys.js +26 -25
- package/gen/yosys.core.wasm +0 -0
- package/package.json +2 -2
package/gen/bundle.js
CHANGED
|
@@ -5443,7 +5443,7 @@ function instantiate(getCoreModule, imports, instantiateCore = WebAssembly.insta
|
|
|
5443
5443
|
var yosys = new Application(() => import("./resources-yosys.js"), instantiate, "yowasp-yosys");
|
|
5444
5444
|
var runYosys = yosys.run.bind(yosys);
|
|
5445
5445
|
var commands = { "yosys": runYosys };
|
|
5446
|
-
var version = "0.
|
|
5446
|
+
var version = "0.58.1009";
|
|
5447
5447
|
export {
|
|
5448
5448
|
Exit,
|
|
5449
5449
|
commands,
|