@yowasp/yosys 0.57.985 → 0.59.35-dev.1011

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 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.57.985";
5446
+ var version = "0.59.35-dev.1011";
5447
5447
  export {
5448
5448
  Exit,
5449
5449
  commands,