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

Support expr when use typescript_custom_section attribute #3901

Merged
merged 21 commits into from
Apr 10, 2024

Commits on Mar 20, 2024

  1. Configuration menu
    Copy the full SHA
    b1e129d View commit details
    Browse the repository at this point in the history
  2. test: update typescript-tests

    swnb committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    34959a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a01159a View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Merge branch 'main' into main

    swnb committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    8136189 View commit details
    Browse the repository at this point in the history
  2. chore: cargo fmt

    swnb committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    1457967 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Apply suggestions from code review

    include fix typo and adding whitespace to ensure consistent code style.
    
    Co-authored-by: Liam Murphy <liampm32@gmail.com>
    swnb and Liamolucko committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    8545f56 View commit details
    Browse the repository at this point in the history
  2. chore(backend): fix typo

    swnb committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    8c5e208 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe2d058 View commit details
    Browse the repository at this point in the history
  4. fix(backend/codegen): change method flat_slices to flat_byte_slices i…

    …n order to avoid unsafe code
    swnb committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    c48c2fc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    894b93e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4f96631 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e45c86f View commit details
    Browse the repository at this point in the history
  8. doc(shared/lib): add doc for program[typescript_custom_sections], exp…

    …lain why there are different types of LitOrExpr when encoding and decoding
    swnb committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    c916908 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6eca679 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    722e00e View commit details
    Browse the repository at this point in the history
  11. refactor(backend/encode): rename method shared_typescript_custom_sect…

    …ion to shared_lit_or_expr
    swnb committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    37f8d14 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    47f87f9 View commit details
    Browse the repository at this point in the history
  13. chore: cargo fmt

    swnb committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    c8cec20 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Configuration menu
    Copy the full SHA
    d0669bc View commit details
    Browse the repository at this point in the history
  2. chore(changelog): update change log

    Support Expressions when using the `typescript_custom_section` attribute[rustwasm#3901]
    swnb committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    88bcc9f View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG.md

    Liamolucko committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    d7796a7 View commit details
    Browse the repository at this point in the history