Commit 88dedd4
authored
quickjs: add the engine (#156)
* quickjs: add the engine
QuickJS version 2024-01-13
(...)
14 4.403 NJS configuration summary:
14 4.403
14 4.403 + using CC: "cc"
14 4.403 + using CFLAGS: " -pipe -fPIC -fvisibility=hidden -O -W -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wmissing-prototypes -Werror -g -fexcess-precision=standard -I /usr/src/quickjs "
14 4.403
14 4.403 + using PCRE library: -lpcre
14 4.403 + using readline library: -ledit
14 4.403 + using QuickJS library: -lquickjs -lm -ldl -lpthread
14 4.403 + using OpenSSL library: -lcrypto
14 4.403 + using libxml2 library: -lxml2
14 4.403 + using zlib library: -L/lib -lz
14 4.403
14 4.403 njs build dir: build
14 4.403 njs CLI: build/njs
(...)
15 8.768 adding module in /usr/src/njs/nginx
15 8.769 checking for QuickJS library -lquickjs.lto ... not found
15 8.829 checking for QuickJS library -lquickjs ... found
15 8.984 checking for QuickJS JS_NewTypedArray() ... found
15 9.072 enabled QuickJS engine
15 9.072 enabled webcrypto module
15 9.073 enabled xml module
15 9.074 enabled zlib module
15 9.075 + ngx_js_module was configured
* Ecbo the quickjs version
* Update Dockerfile
* Update Dockerfile1 parent f1282cd commit 88dedd4
2 files changed
+22
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
124 | 131 | | |
125 | 132 | | |
126 | 133 | | |
| |||
164 | 171 | | |
165 | 172 | | |
166 | 173 | | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
167 | 182 | | |
168 | 183 | | |
169 | | - | |
170 | | - | |
| 184 | + | |
171 | 185 | | |
172 | 186 | | |
173 | 187 | | |
174 | 188 | | |
175 | | - | |
| 189 | + | |
176 | 190 | | |
177 | 191 | | |
178 | 192 | | |
179 | 193 | | |
180 | 194 | | |
181 | | - | |
182 | | - | |
| 195 | + | |
| 196 | + | |
183 | 197 | | |
184 | 198 | | |
185 | 199 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
86 | | - | |
| 85 | + | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
0 commit comments