DelSkayn / rquickjs

High level bindings to the quickjs javascript engine
MIT License
434 stars 59 forks source link

Don't free resolved modules and add tests #202

Closed DelSkayn closed 10 months ago

DelSkayn commented 10 months ago

Patches quickjs to free only unresolved modules instead of unevaluated modules. This will cause some more memory being used in certain cases but I think that is an acceptable tradeoff for safety.

Should fix #198