uint8_t

EMuint8_t
Bun

Symbol

FFIType.uint8_t

uint8_t

8-bit unsigned integer

Must be a value between 0 and 255

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

In C:

unsigned char

In JavaScript:

var num = 0;