HLL programs the host compiles to an ELF.
(&self)
| 32 | impl UserProgram { |
| 33 | /// HLL programs the host compiles to an ELF. |
| 34 | pub fn is_compiled(&self) -> bool { |
| 35 | matches!(self.kind, UserProgramKind::Tool | UserProgramKind::Demo) |
| 36 | } |
| 37 | } |
| 38 | |
| 39 | include!(concat!(env!("OUT_DIR"), "/userspace.rs")); |
no outgoing calls