bellard / quickjs

Public repository of the QuickJS Javascript Engine.
https://bellard.org/quickjs
Other
8.24k stars 860 forks source link

Windows - MSVC support ? #322

Open Honya2000 opened 2 months ago

Honya2000 commented 2 months ago

I tried to integrate qjs files to my cmake project to use in Visual Studio. But problem is the code cannot be compiled on windows. Then i tried to find qjsc to compile js files for my wasm build. But i couldn't find precompiled windows qjsc binaries. Also i was not able to compile qjsc for windows myself. So no way to use qjs engine and toolset on windows platform ?

chqrlie commented 2 months ago

@Honya2000 sorry for the inconvenience. We discussed a related issue on the friendly fork and we will modify qjs to handle the tasks currently performed by qjsc. I shall commit these changes to this repo when completed.