kubiklabs / wasmkit

Cosmwasm dev tooling framework
https://wasmkit.kubiklabs.xyz/
MIT License
6 stars 2 forks source link

Handle installation flow when rust is not installed #52

Open udit-gulati opened 5 months ago

udit-gulati commented 5 months ago

Installation required:

  1. rustup
  2. rustc, need to have a version or above installed
  3. target wasm32-unknown-unknown

Either check and recommend user to install with commands, or execute the commands to install these on the system. Do these checks when doing wasmkit compile