pub const ELF_WASMTIME_INFO: &'static str = ".wasmtime.info";Expand description
This is the name of the section in the final ELF image which contains a
bincode-encoded CompiledModuleInfo.
This section is optionally decoded in CompiledModule::from_artifacts
depending on whether or not a CompiledModuleInfo is already available. In
cases like Module::new where compilation directly leads into consumption,
it’s available. In cases like Module::deserialize this section must be
decoded to get all the relevant information.