1 parent e0e840b commit 46bc9d2Copy full SHA for 46bc9d2
1 file changed
crates/wasmtime-cli/src/tcp.rs
@@ -89,7 +89,7 @@ pub async fn handle_run(
89
wrpc_transport::tcp::Client::from(import),
90
(),
91
*timeout,
92
- Some(vars)
+ Some(vars),
93
workload,
94
)
95
.await
0 commit comments