BinPrm
Defined in: src/fs/exec.ts:12
Everything a format needs to load a program, like struct linux_binprm
Properties
Section titled “Properties”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
Section titled “filename”filename:
string
Defined in: src/fs/exec.ts:15
The path of the executable
proc:
Process
Defined in: src/fs/exec.ts:13