Skip to content

Commit 493994d

Browse files
authored
Update the webpage (jerryscript.net) (#5203)
JerryScript-DCO-1.0-Signed-off-by: Laszlo Lango [email protected]
1 parent 9192b86 commit 493994d

10 files changed

+1226
-409
lines changed

01.CONFIGURATION.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,58 @@ This option is disabled by default.
301301
| CMake: | `-DJERRY_MEM_GC_BEFORE_EACH_ALLOC=ON/OFF` |
302302
| Python: | `--mem-stress-test=ON/OFF` |
303303

304+
### MSVC CRT
305+
306+
This option enables the use of the MSVC CRT library and is disabled by default.
307+
308+
| Options | |
309+
|---------|----------------------------------------------|
310+
| C: | `<none>` |
311+
| CMake: | `-DENABLE_STATIC_CRT=ON/OFF` |
312+
| Python: | `--static-crt=ON/OFF` |
313+
314+
### Architecture
315+
316+
Specify the platform name if it is supported by the generator.
317+
318+
| Options | |
319+
|---------|----------------------------------------------|
320+
| C: | `<none>` |
321+
| CMake: | `-A (string)` |
322+
| Python: | `--arch=(string)` |
323+
324+
### Tostring function
325+
326+
Enable function toString.
327+
328+
| Options | |
329+
|---------|----------------------------------------------|
330+
| C: | `-DJERRY_FUNCTION_TO_STRING=0/1` |
331+
| CMake: | `-DJERRY_FUNCTION_TO_STRING=ON/OFF` |
332+
| Python: | `--function-to-string=ON/OFF` |
333+
334+
335+
### VM throw
336+
337+
Enable VM throw.
338+
339+
| Options | |
340+
|---------|----------------------------------------------|
341+
| C: | `-DJERRY_VM_THROW=0/1` |
342+
| CMake: | `-DJERRY_VM_THROW=ON/OFF` |
343+
| Python: | `--vm-throw=ON/OFF` |
344+
345+
346+
### Promise callback
347+
348+
Enable Promise callback.
349+
350+
| Options | |
351+
|---------|----------------------------------------------|
352+
| C: | `-DJERRY_PROMISE_CALLBACK=0/1` |
353+
| CMake: | `-DJERRY_PROMISE_CALLBACK=ON/OFF` |
354+
| Python: | `--promise-callback=ON/OFF` |
355+
304356

305357
# Amalgamated sources
306358

0 commit comments

Comments
 (0)