DelSkayn / rquickjs

High level bindings to the quickjs javascript engine
MIT License
431 stars 58 forks source link

quickjs windows binaries #290

Closed hgsbart closed 2 months ago

hgsbart commented 2 months ago

quickjs

I found QuickJS binaries for windows at https://bellard.org/quickjs/binary_releases/

just wondering if this will make it easy on this project to compile on windows without the patching

DelSkayn commented 2 months ago

Those releases provide compiled executables not a library. Even if there was a precompiled library provided rquickjs uses functionality only provided through patches to QuickJS.

So this won't help, unfortunately.