silk/wasm_start
Profiles: wasm32-unknown-unknown.
Source-owned entry for the standalone LLVM-to-WebAssembly execution profile.
When to use
Select this runtime module for wasm32 execution without host services. The host calls the exported main function with no arguments and receives the application's i32 exit status.
Details
Integer results pass through; unit and successful Effects producing unit return zero. Typed application or bootstrap failures return one after payload cleanup. Application source must supply every service requirement. This composition installs no diagnostic observer: fatal traps retain their bare machine-trap behavior and have no structured cleanup guarantee.
Gotchas
Nested transfers run inside an owned Execution. External parking requires an explicit owner in application source; the complete application call must satisfy Intrinsic.NonParking.
Public declarations: 0.
This module declares no public items.