We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc93e5c commit 954cd04Copy full SHA for 954cd04
crates/wasip3/examples/cli-command.rs
@@ -11,6 +11,7 @@ impl wasip3::exports::cli::run::Guest for Example {
11
async {
12
let remaining = tx.write_all(b"Hello, WASI!".to_vec()).await;
13
assert!(remaining.is_empty());
14
+ drop(tx);
15
}
16
);
17
Ok(())
0 commit comments