Stream: git-wasmtime

Topic: wasmtime / Issue #1361 Why not publish wasmtime-cli itself?


view this post on Zulip Wasmtime GitHub notifications bot (Mar 19 2020 at 02:34):

clouds56 opened Issue #1361:

So that we can cargo install wasmtime-cli

view this post on Zulip Wasmtime GitHub notifications bot (Mar 19 2020 at 11:02):

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.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 19 2020 at 16:57):

alexcrichton commented on Issue #1361:

@tschneidereit oh actually the embedding API crate took the name wasmtime, so cargo 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 publish wasmtime-cli in addition to the rest of the crates.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 19 2020 at 17:26):

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.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 26 2020 at 20:19):

sunfishcode closed Issue #1361:

So that we can cargo install wasmtime-cli

view this post on Zulip Wasmtime GitHub notifications bot (Mar 27 2020 at 00:22):

sunfishcode commented on Issue #1361:

cargo install wasmtime-cli now works, and installs the wasmtime command!


Last updated: Oct 23 2024 at 20:03 UTC