You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cargo-binstall provides a simple way to install prebuilt rust binaries.
Supporting it is not that hard consider that wasmer already put prebuilt binaries onto its release page.
The limitation to cargo-binstall is that it cannot install WASMER_DIR, so either we can propose a new feature to cargo-binstall or wasmer can support downloading WASMER_DIR required for wasmer create-exe.
The text was updated successfully, but these errors were encountered:
cargo-binstall
provides a simple way to install prebuilt rust binaries.Supporting it is not that hard consider that
wasmer
already put prebuilt binaries onto its release page.The limitation to
cargo-binstall
is that it cannot installWASMER_DIR
, so either we can propose a new feature tocargo-binstall
orwasmer
can support downloadingWASMER_DIR
required forwasmer create-exe
.The text was updated successfully, but these errors were encountered: