-
Is there a way to set C I see a built-in Also, there're constants, such as ENOEXEC and others, should I export |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
If the code you are writing is in a library JS file you can use the preprocessor to get access to them like this: Otherwise you can use the ERRNO_CODES library helper: Line 1282 in 168dafb You can force that to be include with |
Beta Was this translation helpful? Give feedback.
-
Thankd. Solved by |
Beta Was this translation helpful? Give feedback.
Thankd.
Solved by
-sEXPORTED_RUNTIME_METHODS=setErrNo,ERRNO_CODES
=)