clouds56 opened Issue #1361:
So that we can
cargo install wasmtime-cli
tschneidereit commented on Issue #1361:
cargo install wasmtimeinstalls the cli, so that should work as expected.However, using the installer as described on wasmtime.dev has advantages, such as not needing to compile, and setting up a directory for a cache which makes uses of the same
.wasmfile much faster after the first compile.
alexcrichton commented on Issue #1361:
@tschneidereit oh actually the embedding API crate took the name
wasmtime, socargo install wasmtimewon't work. I do think though that we should probably publish the CLI itself, so I think we largely just need to update our publication scripts to publishwasmtime-cliin addition to the rest of the crates.
tschneidereit commented on Issue #1361:
Oh, hah—serves to show how it's been since I tried this! @clouds56, my apologies for the misinformation.
@alexcrichton that sounds good to me, yes.
sunfishcode closed Issue #1361:
So that we can
cargo install wasmtime-cli
sunfishcode commented on Issue #1361:
cargo install wasmtime-clinow works, and installs thewasmtimecommand!
Last updated: Dec 13 2025 at 19:03 UTC