silk/raw_start
Profiles: aarch64-unknown-linux-gnu-no-libc, x86_64-unknown-linux-gnu-no-libc.
Explicit source entry for a static non-PIE Linux executable.
When to use
Select this module as the artifact runtime root with libc none and loader entry _start.
The application supplies pub fn main(inputs: &ProcessInputs) -> i32.
Details
Startup decodes the kernel stack and invokes the application once. Invalid required process facts exit with status 127. Application return becomes the exit_group status.
Gotchas
This composition provides no suspension storage or terminal report provider. It requires a synchronous application closure. Fatal traps do not guarantee cleanup or a report.
Public declarations: 0.
This module declares no public items.