Skip to content

BinPrm

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

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

argv: string[]

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


buf: Uint8Array

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

The first binPrmBufSize bytes of it, for recognizing the format


env: Record<string, string>

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


filename: string

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

The path of the executable


proc: Process

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