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

Merge branch main into dev/shared_heap #3631

Merged
merged 7 commits into from
Jul 16, 2024
Merged

Merge branch main into dev/shared_heap #3631

merged 7 commits into from
Jul 16, 2024

Commits on Jul 12, 2024

  1. EH: Use the consistent type for EH handlers (#3619)

    The "handlers" on the interpreter stack is sometimes treated as
    host pointers and sometimes treated as i64 values. It's quite broken
    for targets where pointers are not 64-bit.
    
    This commit makes them host pointers consistently. (at least for
    32-bit and 64-bit pointers. We don't support other pointer
    sizes anyway.)
    
    Fixes #3110
    yamt authored Jul 12, 2024
    Configuration menu
    Copy the full SHA
    46695b9 View commit details
    Browse the repository at this point in the history
  2. Fix compile warnings/error reported in Windows (#3616)

    Clear some compile warnings and fix undefined reference error for symbol ffs
    in Windows platform.
    wenyongh authored Jul 12, 2024
    Configuration menu
    Copy the full SHA
    73caf19 View commit details
    Browse the repository at this point in the history
  3. Fix compile errors on workload bwa and benchmark jetstream (#3617)

    Error was reported when building jetstream benchmark with emsdk:
    ```
    clang: error: unsupported option '-msse2' for target 'wasm32-wasi'
    ```
    
    Error was reported when building bwa workload:
    ```
    fatal: reference is not a tree: 139f68fc4c3747813783a488aef2adc86626b01b
    ```
    wenyongh authored Jul 12, 2024
    Configuration menu
    Copy the full SHA
    c254bff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7affac0 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Add apis to get package version (#3601)

    Add three APIs:
    - wasm_runtime_get_file_package_version
    - wasm_runtime_get_module_package_version
    - wasm_runtime_get_current_package_version
    bnason-nf authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    501d7d5 View commit details
    Browse the repository at this point in the history
  2. Update devcontainer.md (#3628)

    Tiny typo fix: from `.devontainer` to `.devcontainer`.
    microchipgnu authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    f1fabd5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8af1550 View commit details
    Browse the repository at this point in the history