Skip to content

BinPrm

Defined in: src/fs/exec.ts:18

Everything a format needs to recognize a program, like struct linux_binprm

argv: string[]

Defined in: src/fs/exec.ts:24


buf: Uint8Array

Defined in: src/fs/exec.ts:23

The first binPrmBufSize bytes of it, for recognizing the format


env: Record<string, string>

Defined in: src/fs/exec.ts:25


filename: string

Defined in: src/fs/exec.ts:21

The path of the executable


proc: Process

Defined in: src/fs/exec.ts:19