int8_t

EMint8_t
Bun

Symbol

FFIType.int8_t

int8_t

8-bit signed integer

Must be a value between -127 and 127

When passing to a FFI function (C ABI), type coercion is not performed.

In C:

signed char
char // on x64 & aarch64 macOS

In JavaScript:

var num = 0;