Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add --release flag to wasm_builder #5209

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

Commits on Oct 30, 2024

  1. feat: add option to build wasm with optimizations

    Signed-off-by: Lohachov Mykhailo <lohachov@soramitsu.co.jp>
    aoyako committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    a7e2a5f View commit details
    Browse the repository at this point in the history
  2. fix: rename optimize to release in build_wasm.sh

    Signed-off-by: Lohachov Mykhailo <lohachov@soramitsu.co.jp>
    aoyako committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    acddbdc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1fdecf7 View commit details
    Browse the repository at this point in the history
  4. chore: cargo fmt

    Signed-off-by: Lohachov Mykhailo <lohachov@soramitsu.co.jp>
    aoyako committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    5384b00 View commit details
    Browse the repository at this point in the history
  5. fix: use correct binary directory for debug

    Signed-off-by: Lohachov Mykhailo <lohachov@soramitsu.co.jp>
    aoyako committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    986a835 View commit details
    Browse the repository at this point in the history
  6. chore: cargo fmt

    Signed-off-by: Lohachov Mykhailo <lohachov@soramitsu.co.jp>
    aoyako committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    7a5b957 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. fix: use profile env from compose files

    Signed-off-by: Lohachov Mykhailo <lohachov@soramitsu.co.jp>
    aoyako committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    3e6eb1f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65e547f View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. fix: stack overflow caused by compact

    Signed-off-by: Lohachov Mykhailo <lohachov@soramitsu.co.jp>
    aoyako committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    5c6e4a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ade7dc3 View commit details
    Browse the repository at this point in the history
  3. feat: add help message to build wasm readme

    Signed-off-by: Lohachov Mykhailo <lohachov@soramitsu.co.jp>
    aoyako committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    441d939 View commit details
    Browse the repository at this point in the history
  4. feat: add help message to build wasm readme

    Signed-off-by: Lohachov Mykhailo <lohachov@soramitsu.co.jp>
    aoyako committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    fc8f661 View commit details
    Browse the repository at this point in the history