DelSkayn / rquickjs

High level bindings to the quickjs javascript engine
MIT License
504 stars 63 forks source link

Some small changes, quick fix for panic with non-object errors #141

Closed DelSkayn closed 1 year ago

DelSkayn commented 1 year ago

Fixes CI problem which no misses a library on i386 platform.

Also has a quick fix for the panic mentioned in #138. Properly handling returned object will probably require some more work and design.