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