int16_t

EMint16_t
Bun

Symbol

FFIType.int16_t

int16_t

16-bit signed integer

Must be a value between -32768 and 32767

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

In C:

in16_t
short // on arm64 & x64

In JavaScript:

var num = 0;