WebAssembly 패키지 관리자. 더 많은 정보: https://wapm.io/help/reference.
wapm.toml
파일 생성:wapm init
wapm.toml
에 나열된 모든 패키지 의존성 다운로드:wapm install
wapm.toml
의 의존성 목록에 추가:wapm install {{패키지}}@{{버전}}
wapm install --global {{패키지}}
wapm.toml
의 의존성 목록에서 삭제:wapm uninstall {{패키지}}
wapm list
wapm list --global
wapm run {{명령_이름}} {{인수}}