enum member
ffi.FFIType.int8_t
int8_t = 1
8-bit signed integer
Must be a value between -128 and 127
When passing to an FFI function (C ABI), type coercion is not performed.
In C:
signed char
char // on x64 & aarch64 macOSIn JavaScript:
var num = 0;