pub fn create_wasm_transport( enable_wasi: bool, memory_limit_mb: u64, max_execution_time_ms: u64, ) -> Result<Transport>
Create a WASM transport with the given configuration