Get Fabrice Bellard's JavaScript engine to build

$ m=tiny
$ make -j12 MODE=$m o/$m/third_party/quickjs/qjs.com
$ o/$m/third_party/quickjs/qjs.com -e 'console.log(2 + 2)'
4
$ ls -hal o/$m/third_party/quickjs/qjs.com
631.5K

See #97
This commit is contained in:
Justine Tunney 2021-04-09 01:06:57 -07:00
parent 1fbfbb3192
commit 8f52c0d773
73 changed files with 954 additions and 1299 deletions

View file

@ -67,7 +67,7 @@
:type '(repeat string)
:group 'cosmo-format)
(defcustom cosmo-format-blacklist '()
(defcustom cosmo-format-blacklist '("quickjs.c")
"List of files to ignore, matched by basename."
:type '(repeat string)
:group 'cosmo-format)