Skip to main content

GuestRuntimeKind

Type Alias GuestRuntimeKind 

Source
pub type GuestRuntimeKind = GuestRuntimeKind;

Aliased Type§

#[repr(usize)]
pub enum GuestRuntimeKind { JavaScript = 0, Python = 1, WebAssembly = 2, }

Variants§

§

JavaScript = 0

§

Python = 1

§

WebAssembly = 2