EMi8
Bun

enum member

ffi.FFIType.i8

i8 = 1

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;