Skip to main content

CreateWASMTransport

Function CreateWASMTransport 

Source
pub fn CreateWASMTransport(
    EnableWASI: bool,
    MemoryLimitMegabytes: u64,
    MaxExecutionTimeMilliseconds: u64,
) -> Result<Transport>
Expand description

Creates a WASM transport with the given configuration.