Replies: 2 comments 1 reply
-
Thank you for the information! I can't say if it's possible to bring Windows support to Zipline using the build process of this library. Zipline uses cklib to build the quickjs binaries, introducing zig as the build tool might be a breaking change for the team, I'm not sure they will accept this. The build process of this library is also immature and a bit hacky (mixing of I didn't use cklib from the beginning because when I started this project cklib still lacked Windows support. Since it seems to get Windows support now, it might be easier to use Zipline's existing build tool for the Windows build. Building quickjs on Windows requires MinGW and pthread for Windows, I'm not familiar with cklib, so maybe you can look into these and try to combine them. |
Beta Was this translation helpful? Give feedback.
-
@dokar3 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey @dokar3,
Admire the effort you put into this, I come from Zipline and am checking this out.
I have been wanting to add windows support which is currently missing from zipline, since you have gone through the foundational work yourself already, and if willing would you be open to contribute to zipline adding windows support ?, since I am currently not that familiar with quickJS itself and the whole c/zig build process.
It would be great if that was possible, else when I may pickup, I will learn a thing or two.
The related discussion : cashapp/zipline#1342
Beta Was this translation helpful? Give feedback.
All reactions