quickjs icon indicating copy to clipboard operation
quickjs copied to clipboard

Thin Python wrapper of https://bellard.org/quickjs/

Results 33 quickjs issues
Sort by recently updated
recently updated
newest added

... to avoid having to scrape the error message.

Is it possible to expose AST (like in [Esprima](https://github.com/jquery/esprima))?

I am posting this piece of code as it might be of interest to other people following the same route. I cannot evolve it into a contribution, because there is...

Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.6 to 42.0.4. Changelog Sourced from cryptography's changelog. 42.0.4 - 2024-02-20 * Fixed a null-pointer-dereference and segfault that could occur when creating a PKCS#12 bundle. Credit to...

dependencies

Enhancement idea: add compatibility of TypedArray's with numpy, if available. Is it doable without data copy (direct pointer access)?