Windows Support?
MSYS2 is now not required when compile QuickJS-ng.
As far as I know, MSYS2 is also not required when compile libuv
When will txiki.js can be compiled on Windows?
Thanks very much.
Great question :-)
MSYS2 is now not required when compile
QuickJS-ng.
Yep, but this project existed a few years before NG :-)
When will
txiki.jscan be compiled on Windows?
It already can, using MSYS2. If you are asking about native compilation... I don't know. The biggest hurdle is probably wasm3, once we switch to WAVM things might be easier.
Is the current build a problem for you?
Thanks. I just don't want to depend on MSYS2.
Fair enough :-)
I'd like to eventually get there, but I don't think it will happen shortly.
If you'd like to take a crack at it, a PR would be welcome!
once we switch to WAVM things might be easier.
This is taking a while, as I wanted to integrate it on a different project first to get familiar with it, and be extra-sure I knew what I was doing before touching txiki :D. But now I am finally back, so I should be able to get https://github.com/saghul/txiki.js/pull/652 moving again sooner then later.
Awesome!