Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit 037d2e8

Browse files
committed
feat(wasmtime-run): run components exporting wasi:cli@0.3
Signed-off-by: Roman Volosatovs <rvolosatovs@riseup.net>
1 parent c406e58 commit 037d2e8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/commands/run.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ impl RunCommand {
9292

9393
let mut config = self.run.common.config(None)?;
9494
config.async_support(true);
95+
config.wasm_component_model_async(true);
9596

9697
if self.run.common.wasm.timeout.is_some() {
9798
config.epoch_interruption(true);

0 commit comments

Comments
 (0)