v0.2.7
This releases adds the ability to compile the server for wasm32-wasi(and probably wasm32-unknown-unknown) to cargo-leptos. This should make compilation for Spin users faster by removing an entire build step! It also adds a new method of releases, which gives users a few more options.
Install cargo-leptos 0.2.7
Installl with cargo
cargo install --locked cargo-leptos
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://leptos-rs.artifacts.axodotdev.host/cargo-leptos/v0.2.7/cargo-leptos-installer.sh | sh
Install prebuilt binaries via powershell script
irm https://leptos-rs.artifacts.axodotdev.host/cargo-leptos/v0.2.7/cargo-leptos-installer.ps1 | iex
Download cargo-leptos 0.2.7
File | Platform | Checksum |
---|---|---|
cargo-leptos-aarch64-apple-darwin.tar.gz | macOS Apple Silicon | checksum |
cargo-leptos-x86_64-apple-darwin.tar.gz | macOS Intel | checksum |
cargo-leptos-x86_64-pc-windows-msvc.tar.gz | Windows x64 | checksum |
cargo-leptos-x86_64-unknown-linux-gnu.tar.gz | Linux x64 | checksum |
cargo-leptos-x86_64-unknown-linux-musl.tar.gz | musl Linux x64 | checksum |