i8

EMi8
Bun

Symbol

FFIType.i8

i8

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;