The Wasmtime CLI can be installed on Linux and macOS with a small install script:
curl https://wasmtime.dev/install.sh -sSf | bash
to start project
cargo new <ProjectName>
to build run
cargo build --target wasm32-wasi
executing wasmtime learn more
executing wasmer learn more