QuickJS-Windows-Build icon indicating copy to clipboard operation
QuickJS-Windows-Build copied to clipboard

Build QuickJS on Windows

Results 6 QuickJS-Windows-Build issues
Sort by recently updated
recently updated
newest added

RT,试图使用msys2 ucrt-x86-64-gcc将项目编译为动态库 (dll) 经过一些尝试发现无法做到,前来请教

quickjs 的源码在近期更新过了, 请求新的编译的 dll https://github.com/bellard/quickjs

Since already building with MinGW and pthreads, perhaps `os.Worker` could be supported? Adding `-DUSE_WORKER` and a macro for `pipe` like `#define pipe(fds) _pipe(fds, 4096, _O_BINARY)` seems to do it.

Thanks for providing a prebuilt DLL. I tried using it and ran into some issues - I've been able to work around them but it would be better if these...

can you provide a tcc command to compile the c code generated by qjsc?

``` qjs.exe -e "dnsResolve("www.mozilla.org")" ReferenceError: 'dnsResolve' is not defined ``` Are there solutions?