HiRoFa / quickjs_es_runtime

this is a wrapper library for the javascript runtime quickjs written in rust which works with typescript, modules, promises, async, await and much more
https://github.com/HiRoFa/quickjs_es_runtime
MIT License
104 stars 12 forks source link

fork quickjs #77

Closed andrieshiemstra closed 9 months ago

andrieshiemstra commented 1 year ago

there are quite some patches and pull request lying around the web i'd actually like to use like:

so i think i need to

proehlen commented 1 year ago

Only mention it in case you haven't seen it but this seems to be a semi-recent fork that has had some improvements made to it: https://github.com/openwebf/quickjs

Might not be what you are after though.

andrieshiemstra commented 1 year ago

Only mention it in case you haven't seen it but this seems to be a semi-recent fork that has had some improvements made to it: https://github.com/openwebf/quickjs

Might not be what you are after though.

@proehlen thanks! Will look into it

andrieshiemstra commented 10 months ago

the openwebf variant seems to have some bugs, i'm just going to make my own fork of libquickjs-sys first and base it on the new release from bellard (https://bellard.org/quickjs/Changelog)

andrieshiemstra commented 10 months ago

this one also seems to be actively maintained

https://github.com/quickjs-ng/quickjs

andrieshiemstra commented 10 months ago

first steps have been taken, i now use hirofa-quickjs-sys as libquickjs-sys which uses the latest release from bellard.org it also includes a feature flag to switch to quickjs-ng and the openwebf variant but those do not yet work...

andrieshiemstra commented 9 months ago

done for now here, fixing quickjs-ng and such will be done in the quickjs-sys repo