quickjs icon indicating copy to clipboard operation
quickjs copied to clipboard

A community-driven QuickJS fork. Issues and Pull Requests are welcome.

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

**Is your feature request related to a problem? Please describe.** Currently, this cannot be compiled with msvc or clang on windows due to ties to POSIX headers. **Describe the solution...

Trying to build quickjs on ubuntu20. Getting the following error on two different ubuntu instances. cmake and ninja install was successful. ```sudo apt install cmake ninja-build # Ubuntu``` ``` quickjs...

## Before ```bash Average memory statistics for 75250 tests: NAME COUNT SIZE memory allocated 1011 124975 (123.6 per block) memory used 967 117030 (0 overhead, 8.2 average slack) atoms 532...

enhancement

The rust programming language is much more modern to help maintain the project.

enhancement

https://asmjit.com/ ~100 KB

Since official quickjs repository [bellard/quickjs](https://github.com/bellard/quickjs) is not open enough. There're lot great PRs (including open and closed) there. We can review them in spare time to apply good patches here.

enhancement

TODO Bugs: - modules: better error handling with cyclic module references Misc ideas: - use custom printf to avoid compatibility issues with floating point numbers - consistent naming for preprocessor...