Out Of Memory
가 나서 서버에서 끊기는 경우가 있다.)$ curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf | sh
자세한건 여기 참고
target
부분을 바꾸고 설치한다.$ rustup target add --toolchain <toolchain> <target>...
# e.g. rustup target add aarch64-unknown-linux-musl
# 리스트는 rustc --print=target-list로 볼 수 있다.
$ rustup toolchain list
stable-x86_64-unknown-linux-gnu (active, default)
cargo build --target=<원하는 플랫폼>
run
로 변경시 시뮬레이션이 가능하다.