You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/doc/rustc/src/platform-support/hermit.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ Rust does not yet ship pre-compiled artifacts for these targets.
56
56
To compile for these targets, you will either need to build Rust with the targets enabled
57
57
(see “Building the targets” above), or build your own copy of `core` by using `build-std` or similar.
58
58
59
-
Building Rust programs can be done by following the tutorial in our starter application[hermit-rs-template].
59
+
As all Hermit programs are unikernels, building a Rust program also requires including the operating system code. A guide for doing so is provided in our starter [hermit-rs-template].
0 commit comments