create_wasm_transport

Function create_wasm_transport 

Source
pub fn create_wasm_transport(
    enable_wasi: bool,
    memory_limit_mb: u64,
    max_execution_time_ms: u64,
) -> Result<Transport>
Expand description

Create a WASM transport with the given configuration