master
Fixed build on MacOS after 220b9b0 (0.9.5).
Using printing and parsing library from QuickJS.
Computed goto support added to vmcode.
Refactored file hierarchy.
Using "printf" instead of "echo -n" for portability.
Fixed detection of endianness introduced in fcb5e172abaf.
Configure: accept spaces in PATH.
QuickJS: added native module support in CLI.
Random: prioritise CCRandomGenerateBytes over getentropy on macOs.
Configure: added option to configure position independent code flag.
QuickJS: added zlib module.
Added native function symbolizer for function tracing in debug.
Always use a sharp (#) symbol as the sed separator.
Refactor modules using external prototypes.
Crypto: switched to OpenSSL EVP for hashing.
WebCrypto: added Ed25519 and X25519 support.
Getting rid of non-portable _GNU_SOURCE define.
Introduced libqjs.a.
Modules: fixed stack attach for native fetch exceptions for qjs.
Shell: removed support for building with GNU readline.
FS: added support of OpenBSD for fs.stat() and friends.
Configure: respecting user provided CFLAGS.
Detecting standard data types in configure script.