i16

EMi16
Bun

Symbol

FFIType.i16

i16

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;