pub const SH_WASMTIME_NOT_EXECUTED: u64 = _; // 1u64
Expand description
Flag for the sh_flags
field in the ELF text section that indicates that
the text section does not itself need to be executable. This is used for the
Pulley target, for example, to indicate that it does not need to be made
natively executable as it does not contain actual native code.