Forrest logo
back to context overview

cosmwasm

List of commands for cosmwasm:

  • cosmwasm:warp:19985957919e3110063e6a142d89d6be Optimize CosmWasm Project (Apple ARM Chips)
    $ docker run --rm -v "$(pwd)":/code --mount type=volume,source="$(basename "$(pwd)")_cache",target=/code/target --mount type=volume,source=registry_cache,target=/usr/local/cargo/registry cosmwasm/rust-optimizer-arm64:0.12.8
    try on your machine
    explain this command
  • cosmwasm:warp:978ac763cc4338205e2137c706ff6e6b Optimize CosmWasm Workspace Project (Apple ARM Chips)
    $ docker run --rm -v "$(pwd)":/code --mount type=volume,source="$(basename "$(pwd)")_cache",target=/code/target --mount type=volume,source=registry_cache,target=/usr/local/cargo/registry cosmwasm/workspace-optimizer-arm64:0.12.8
    $
    try on your machine
    explain this command
  • cosmwasm:warp:f04e0cdb37edb331608c0c6a5867e447 Optimize CosmWasm Workspace Project
    $ docker run --rm -v "$(pwd)":/code --mount type=volume,source="$(basename "$(pwd)")_cache",target=/code/target --mount type=volume,source=registry_cache,target=/usr/local/cargo/registry cosmwasm/workspace-optimizer:0.12.10
    $
    try on your machine
    explain this command
  • cosmwasm:warp:f22b899640bf0183da8a1c98773c1bc1 Optimize CosmWasm Project
    $ docker run --rm -v "$(pwd)":/code --mount type=volume,source="$(basename "$(pwd)")_cache",target=/code/target --mount type=volume,source=registry_cache,target=/usr/local/cargo/registry cosmwasm/rust-optimizer:0.12.12
    try on your machine
    explain this command
back to context overview