# Uninstalling `cargo wasi` If you'd like to remove `cargo-wasi` from your system, you'll want to first clear out the subcommand's caches and then remove the subcommand itself. ``` $ cargo wasi self clean $ cargo uninstall cargo-wasi ```