@runno/wasi
    Preparing search index...

    Type Alias Fdstat

    Fdstat record — file descriptor attributes.

    JS-native shape of preview1's fdstat.

    type Fdstat = {
        filetype: WASIX32v1.FileType;
        fsFlags: number;
        fsRightsBase: bigint;
        fsRightsInheriting: bigint;
    }
    Index

    Properties

    File type.

    fsFlags: number

    File-descriptor flags (APPEND / DSYNC / NONBLOCK / RSYNC / SYNC).

    fsRightsBase: bigint

    Rights the descriptor holds.

    fsRightsInheriting: bigint

    Rights descriptors derived from this one may hold.