Struct pwasm_utils::TargetRuntime [−][src]
pub struct TargetRuntime {
pub create_symbol: &'static str,
pub call_symbol: &'static str,
pub return_symbol: &'static str,
}Fields
create_symbol: &'static str
call_symbol: &'static str
return_symbol: &'static str
Methods
impl TargetRuntime[src]
impl TargetRuntimepub fn substrate() -> TargetRuntime[src]
pub fn substrate() -> TargetRuntimepub fn pwasm() -> TargetRuntime[src]
pub fn pwasm() -> TargetRuntimeAuto Trait Implementations
impl Send for TargetRuntime
impl Send for TargetRuntimeimpl Sync for TargetRuntime
impl Sync for TargetRuntime