u8

EMu8
Bun

Symbol

FFIType.u8

u8

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;