clouds56 opened Issue #1361:
So that we can
cargo install wasmtime-cli
tschneidereit commented on Issue #1361:
cargo install wasmtime
installs 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
.wasm
file much faster after the first compile.
alexcrichton commented on Issue #1361:
@tschneidereit oh actually the embedding API crate took the name
wasmtime
, socargo install wasmtime
won'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-cli
in 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-cli
now works, and installs thewasmtime
command!
Last updated: Nov 22 2024 at 16:03 UTC