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

build(deps): bump github/codeql-action from 3.27.4 to 3.27.5 #3931

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 25, 2024

Bumps github/codeql-action from 3.27.4 to 3.27.5.

Release notes

Sourced from github/codeql-action's releases.

v3.27.5

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

3.27.5 - 19 Nov 2024

No user facing changes.

See the full CHANGELOG.md for more information.

Commits
  • f09c1c0 Merge pull request #2616 from github/update-v3.27.5-a6c8729a5
  • 67b73ea Update changelog for v3.27.5
  • a6c8729 Merge pull request #2614 from github/marcogario/per-platform-proxy
  • 8f3b487 Start-proxy: Fetch OS specific binary
  • cba5fb5 Merge pull request #2613 from github/dependabot/npm_and_yarn/npm_and_yarn-018...
  • e782c3a Merge pull request #2612 from github/angelapwen/report-linux-runner-release
  • db67881 Update checked-in dependencies
  • ecde4d2 Bump cross-spawn from 7.0.3 to 7.0.6 in the npm_and_yarn group
  • e3c67a0 Merge pull request #2610 from github/dependabot/npm_and_yarn/npm-d2ca52e617
  • f9ada54 Telemetry: report OS release for GitHub-hosted Linux runners
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.27.4 to 3.27.5.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Commits](github/codeql-action@v3.27.4...v3.27.5)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from loganek as a code owner November 25, 2024 11:34
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 25, 2024
@dependabot dependabot bot requested a review from lum1n0us as a code owner November 25, 2024 11:34
@dependabot dependabot bot added the github_actions Pull requests that update GitHub Actions code label Nov 25, 2024
Copy link
Collaborator

@lum1n0us lum1n0us left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@lum1n0us lum1n0us merged commit fd91b51 into main Nov 28, 2024
1 check passed
@dependabot dependabot bot deleted the dependabot/github_actions/github/codeql-action-3.27.5 branch November 28, 2024 03:49
lum1n0us added a commit to lum1n0us/wasm-micro-runtime that referenced this pull request Feb 23, 2025
- fix: when load aot init expr,no type_idx set. (bytecodealliance#4094)
- Cmake improvements (bytecodealliance#4076)
- fix(aot_emit_aot_file): prevent buffer emission for zero byte_count (bytecodealliance#4095)
- fix(unit-test): libc_builtin_test issues (bytecodealliance#4073)
- feat: add support for EXTERNREF value type and enable AOT validator in fuzz tests (bytecodealliance#4083)
- [gc] Subtyping fix (bytecodealliance#4075)
- Add a conditional check for the macro __STDC_VERSION__ (bytecodealliance#4080)
- Unit test:type matching issue and code redundancy (bytecodealliance#4079)
- build(deps): Bump github/codeql-action from 3.28.8 to 3.28.9 (bytecodealliance#4074)
- fix(aot): ensure value_cmp does not exceed br_count in branch table compilation (bytecodealliance#4065)
- In wasm32, fix potential conversion overflow when enlarging 65536 pages (bytecodealliance#4064)
- [fuzzing] execute every exported function (bytecodealliance#3959)
- Update memory allocation functions to use allocator user data (bytecodealliance#4043)
- Show wasm proposals status during compilation and execution (bytecodealliance#3989)
- add a validator for aot module (bytecodealliance#3995)
- Use wasm32-wasip1 instead of wasm32-wasi target for rust code (bytecodealliance#4057)
- Update Rust target from 'wasm32-wasi' to 'wasm32-wasip1' in CI (bytecodealliance#4050)
- Fix wasm loader check data segment count (bytecodealliance#4039)
- Synchronize the GC spec tests to the commit from December 9. 2024. (bytecodealliance#4022)
- Refine getting const offsets in wasm loader of fast-interp (bytecodealliance#4012)
- fixes for compiling on windows (bytecodealliance#4026)
- .github: Add shared lib builds (bytecodealliance#3975)
- Refine read leb int wasm loader of fast interpreter (bytecodealliance#4017)
- build(deps): Bump github/codeql-action from 3.28.0 to 3.28.1 (bytecodealliance#4020)
- build(deps): Bump actions/upload-artifact from 4.5.0 to 4.6.0 (bytecodealliance#4021)
- Enable shrunk memory by default and add related configurations (bytecodealliance#4008)
- Add documentation regarding security issues and the status of Wasm proposals (bytecodealliance#3972)
- Improve stack consistency by ensuring sufficient space for dummy offsets (bytecodealliance#4011)
- Check whether related table has funcref elem in opcode call_indirect (bytecodealliance#3999)
- [fuzzing] Use software bound-check during fuzzing (bytecodealliance#4003)
- Add an example of how to embed WAMR in Zephyr user mode  (bytecodealliance#3998)
- Fix table index calculations in wasm_loader and wasm_mini_loader (bytecodealliance#4004)
- Ensure __heap_base and __data_end global indices are validated against import count (bytecodealliance#3996)
- Error message improvement (bytecodealliance#4000)
- Handle a new scenario where an item is both exported and imported. (bytecodealliance#3984)
- Optimize memory initialization handling in AOT loader (bytecodealliance#3983)
- build(deps): Bump actions/upload-artifact from 4.4.3 to 4.5.0 (bytecodealliance#3981)
- build(deps): Bump github/codeql-action from 3.27.9 to 3.28.0 (bytecodealliance#3982)
- Add Tianlong into code owners (bytecodealliance#3970)
- Set thread information earlier in exec_env creation (bytecodealliance#3967)
- top-level cmake: link llvm libraries to our shared library (bytecodealliance#3973)
- add reference type support by default for darwin to support WASI-SDK-25 (bytecodealliance#3978)
- CMakeLists.txt: Do not require C++ (bytecodealliance#3956)
- [fuzzing] Enable instantiation (bytecodealliance#3958)
- use a random secret key (bytecodealliance#3971)
- top-level cmakefile: fix macOS build (bytecodealliance#3968)
- Only access Zephyr thread stats info when it's available (bytecodealliance#3962)
- build(deps): Bump github/codeql-action from 3.27.6 to 3.27.9 (bytecodealliance#3960)
- wasm_export.h: Use "default" visibility for gcc and clang (bytecodealliance#3957)
- set alignment 4 when loading multi return value (bytecodealliance#3955)
- Fix aot table instantiate (bytecodealliance#3946)
- Consume the placeholders that were put when emitting table info (bytecodealliance#3940)
- Refactor SConscript and add file checks in iwasm.c (bytecodealliance#3945)
- Improvements for platform thread APIs on Windows and Zephyr (bytecodealliance#3941)
- Fix incorrect assignment in win_file.c (bytecodealliance#3939)
- don't return an uninitialized trap if argv_to_results fails (bytecodealliance#3935)
- support WASM_FUNCREF return type in argv_to_results (bytecodealliance#3936)
- add thread cpu time for zephyr (bytecodealliance#3937)
- build(deps): bump github/codeql-action from 3.27.4 to 3.27.5 (bytecodealliance#3931)
- Update README.md to clarify Windows toolchain support and ESP-IDF reference (bytecodealliance#3917)
- Enable ref types by default (bytecodealliance#3894)
- Fix loader small bug (bytecodealliance#3928)
- add testcases for shared heap and fix POP_MEM_OFFSET of memory64 (bytecodealliance#3916)
- Use plain assignment rather than bh_memcpy_s (bytecodealliance#3924)
- Fix WASI Path Mapping Processing (bytecodealliance#3923)
- Drop declarative elements on module instantiation (bytecodealliance#3922)
- Check possible integer overflow in aot memory boundary check (bytecodealliance#3920)
- Fix CI wamr-ide error (bytecodealliance#3913)
- Support external toolchain on Windows for aot compiler (bytecodealliance#3911)
- build(deps): bump github/codeql-action from 3.27.1 to 3.27.4 (bytecodealliance#3912)
- Correct the table index calculation in aot_instantiation (bytecodealliance#3903)
- Fix a leak in wasm_loader_emit_br_info (bytecodealliance#3900)
- GlobalValueSet was moved to IRPartitionLayer recently, but we have a local definition anyway (bytecodealliance#3899)
- build(deps): bump github/codeql-action from 3.27.0 to 3.27.1 (bytecodealliance#3902)
- Fix linked global initialization in multimodule (bytecodealliance#3905)
- Wasm loader enhancement: check code size in code entry  (bytecodealliance#3892)
- Refactor AOT loader to support compatible versions (bytecodealliance#3891)
- Fix out of bounds issue in is_native_addr_in_shared_heap function (bytecodealliance#3886)
- Fix mmap flags for AOT loader on non-Linux SGX platforms (bytecodealliance#3890)
- Bump AOT_CURRENT_VERSION for WAMR 2.x (gc, memory64) (bytecodealliance#3880)
- Refine looking up aot function with index (bytecodealliance#3882)
- build(deps): bump github/codeql-action from 3.26.13 to 3.27.0 (bytecodealliance#3888)
- fix(ios): Remove `float-abi` flag (bytecodealliance#3889)
- Fix out of bounds issues after memory.grow on non-aot non-threads builds (bytecodealliance#3872)
- Exclude fuzz test python and npm packages in scoreboard scan (bytecodealliance#3871)

Author: Chris Woods <[email protected]>
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Author: Dylan Johnston <[email protected]>
Author: edoardo <[email protected]>
Author: eric <[email protected]>
Author: Fadumina Barre <[email protected]>
Author: Huang Qi <[email protected]>
Author: James Ring <[email protected]>
Author: Jérôme Vouillon <[email protected]>
Author: kk <[email protected]>
Author: [email protected] <[email protected]>
Author: liang.he <[email protected]>
Author: Maks Litskevich <[email protected]>
Author: Marcin Kolny <[email protected]>
Author: peter-tatrai <[email protected]>
Author: TianlongLiang <[email protected]>
Author: Tomáš Malý <[email protected]>
Author: Viacheslav Palchikov <[email protected]>
Author: WenLY1 <[email protected]>
Author: Wenyong Huang <[email protected]>
Author: Xavier Del Campo <[email protected]>
Author: YAMAMOTO Takashi <[email protected]>
Author: yangkun27 <[email protected]>
lum1n0us added a commit to lum1n0us/wasm-micro-runtime that referenced this pull request Feb 23, 2025
- fix: when load aot init expr,no type_idx set. (bytecodealliance#4094)
- Cmake improvements (bytecodealliance#4076)
- fix(aot_emit_aot_file): prevent buffer emission for zero byte_count (bytecodealliance#4095)
- fix(unit-test): libc_builtin_test issues (bytecodealliance#4073)
- feat: add support for EXTERNREF value type and enable AOT validator in fuzz tests (bytecodealliance#4083)
- [gc] Subtyping fix (bytecodealliance#4075)
- Add a conditional check for the macro __STDC_VERSION__ (bytecodealliance#4080)
- Unit test:type matching issue and code redundancy (bytecodealliance#4079)
- build(deps): Bump github/codeql-action from 3.28.8 to 3.28.9 (bytecodealliance#4074)
- fix(aot): ensure value_cmp does not exceed br_count in branch table compilation (bytecodealliance#4065)
- In wasm32, fix potential conversion overflow when enlarging 65536 pages (bytecodealliance#4064)
- [fuzzing] execute every exported function (bytecodealliance#3959)
- Update memory allocation functions to use allocator user data (bytecodealliance#4043)
- Show wasm proposals status during compilation and execution (bytecodealliance#3989)
- add a validator for aot module (bytecodealliance#3995)
- Use wasm32-wasip1 instead of wasm32-wasi target for rust code (bytecodealliance#4057)
- Update Rust target from 'wasm32-wasi' to 'wasm32-wasip1' in CI (bytecodealliance#4050)
- Fix wasm loader check data segment count (bytecodealliance#4039)
- Synchronize the GC spec tests to the commit from December 9. 2024. (bytecodealliance#4022)
- Refine getting const offsets in wasm loader of fast-interp (bytecodealliance#4012)
- fixes for compiling on windows (bytecodealliance#4026)
- .github: Add shared lib builds (bytecodealliance#3975)
- Refine read leb int wasm loader of fast interpreter (bytecodealliance#4017)
- build(deps): Bump github/codeql-action from 3.28.0 to 3.28.1 (bytecodealliance#4020)
- build(deps): Bump actions/upload-artifact from 4.5.0 to 4.6.0 (bytecodealliance#4021)
- Enable shrunk memory by default and add related configurations (bytecodealliance#4008)
- Add documentation regarding security issues and the status of Wasm proposals (bytecodealliance#3972)
- Improve stack consistency by ensuring sufficient space for dummy offsets (bytecodealliance#4011)
- Check whether related table has funcref elem in opcode call_indirect (bytecodealliance#3999)
- [fuzzing] Use software bound-check during fuzzing (bytecodealliance#4003)
- Add an example of how to embed WAMR in Zephyr user mode  (bytecodealliance#3998)
- Fix table index calculations in wasm_loader and wasm_mini_loader (bytecodealliance#4004)
- Ensure __heap_base and __data_end global indices are validated against import count (bytecodealliance#3996)
- Error message improvement (bytecodealliance#4000)
- Handle a new scenario where an item is both exported and imported. (bytecodealliance#3984)
- Optimize memory initialization handling in AOT loader (bytecodealliance#3983)
- build(deps): Bump actions/upload-artifact from 4.4.3 to 4.5.0 (bytecodealliance#3981)
- build(deps): Bump github/codeql-action from 3.27.9 to 3.28.0 (bytecodealliance#3982)
- Add Tianlong into code owners (bytecodealliance#3970)
- Set thread information earlier in exec_env creation (bytecodealliance#3967)
- top-level cmake: link llvm libraries to our shared library (bytecodealliance#3973)
- add reference type support by default for darwin to support WASI-SDK-25 (bytecodealliance#3978)
- CMakeLists.txt: Do not require C++ (bytecodealliance#3956)
- [fuzzing] Enable instantiation (bytecodealliance#3958)
- use a random secret key (bytecodealliance#3971)
- top-level cmakefile: fix macOS build (bytecodealliance#3968)
- Only access Zephyr thread stats info when it's available (bytecodealliance#3962)
- build(deps): Bump github/codeql-action from 3.27.6 to 3.27.9 (bytecodealliance#3960)
- wasm_export.h: Use "default" visibility for gcc and clang (bytecodealliance#3957)
- set alignment 4 when loading multi return value (bytecodealliance#3955)
- Fix aot table instantiate (bytecodealliance#3946)
- Consume the placeholders that were put when emitting table info (bytecodealliance#3940)
- Refactor SConscript and add file checks in iwasm.c (bytecodealliance#3945)
- Improvements for platform thread APIs on Windows and Zephyr (bytecodealliance#3941)
- Fix incorrect assignment in win_file.c (bytecodealliance#3939)
- don't return an uninitialized trap if argv_to_results fails (bytecodealliance#3935)
- support WASM_FUNCREF return type in argv_to_results (bytecodealliance#3936)
- add thread cpu time for zephyr (bytecodealliance#3937)
- build(deps): bump github/codeql-action from 3.27.4 to 3.27.5 (bytecodealliance#3931)
- Update README.md to clarify Windows toolchain support and ESP-IDF reference (bytecodealliance#3917)
- Enable ref types by default (bytecodealliance#3894)
- Fix loader small bug (bytecodealliance#3928)
- add testcases for shared heap and fix POP_MEM_OFFSET of memory64 (bytecodealliance#3916)
- Use plain assignment rather than bh_memcpy_s (bytecodealliance#3924)
- Fix WASI Path Mapping Processing (bytecodealliance#3923)
- Drop declarative elements on module instantiation (bytecodealliance#3922)
- Check possible integer overflow in aot memory boundary check (bytecodealliance#3920)
- Fix CI wamr-ide error (bytecodealliance#3913)
- Support external toolchain on Windows for aot compiler (bytecodealliance#3911)
- build(deps): bump github/codeql-action from 3.27.1 to 3.27.4 (bytecodealliance#3912)
- Correct the table index calculation in aot_instantiation (bytecodealliance#3903)
- Fix a leak in wasm_loader_emit_br_info (bytecodealliance#3900)
- GlobalValueSet was moved to IRPartitionLayer recently, but we have a local definition anyway (bytecodealliance#3899)
- build(deps): bump github/codeql-action from 3.27.0 to 3.27.1 (bytecodealliance#3902)
- Fix linked global initialization in multimodule (bytecodealliance#3905)
- Wasm loader enhancement: check code size in code entry  (bytecodealliance#3892)
- Refactor AOT loader to support compatible versions (bytecodealliance#3891)
- Fix out of bounds issue in is_native_addr_in_shared_heap function (bytecodealliance#3886)
- Fix mmap flags for AOT loader on non-Linux SGX platforms (bytecodealliance#3890)
- Bump AOT_CURRENT_VERSION for WAMR 2.x (gc, memory64) (bytecodealliance#3880)
- Refine looking up aot function with index (bytecodealliance#3882)
- build(deps): bump github/codeql-action from 3.26.13 to 3.27.0 (bytecodealliance#3888)
- fix(ios): Remove `float-abi` flag (bytecodealliance#3889)
- Fix out of bounds issues after memory.grow on non-aot non-threads builds (bytecodealliance#3872)
- Exclude fuzz test python and npm packages in scoreboard scan (bytecodealliance#3871)

Author: Chris Woods <[email protected]>
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Author: Dylan Johnston <[email protected]>
Author: edoardo <[email protected]>
Author: eric <[email protected]>
Author: Fadumina Barre <[email protected]>
Author: Huang Qi <[email protected]>
Author: James Ring <[email protected]>
Author: Jérôme Vouillon <[email protected]>
Author: kk <[email protected]>
Author: [email protected] <[email protected]>
Author: liang.he <[email protected]>
Author: Maks Litskevich <[email protected]>
Author: Marcin Kolny <[email protected]>
Author: peter-tatrai <[email protected]>
Author: TianlongLiang <[email protected]>
Author: Tomáš Malý <[email protected]>
Author: Viacheslav Palchikov <[email protected]>
Author: WenLY1 <[email protected]>
Author: Wenyong Huang <[email protected]>
Author: Xavier Del Campo <[email protected]>
Author: YAMAMOTO Takashi <[email protected]>
Author: yangkun27 <[email protected]>
lum1n0us added a commit to lum1n0us/wasm-micro-runtime that referenced this pull request Feb 23, 2025
- fix: when load aot init expr,no type_idx set. (bytecodealliance#4094)
- Cmake improvements (bytecodealliance#4076)
- fix(aot_emit_aot_file): prevent buffer emission for zero byte_count (bytecodealliance#4095)
- fix(unit-test): libc_builtin_test issues (bytecodealliance#4073)
- feat: add support for EXTERNREF value type and enable AOT validator in fuzz tests (bytecodealliance#4083)
- [gc] Subtyping fix (bytecodealliance#4075)
- Add a conditional check for the macro __STDC_VERSION__ (bytecodealliance#4080)
- Unit test:type matching issue and code redundancy (bytecodealliance#4079)
- build(deps): Bump github/codeql-action from 3.28.8 to 3.28.9 (bytecodealliance#4074)
- fix(aot): ensure value_cmp does not exceed br_count in branch table compilation (bytecodealliance#4065)
- In wasm32, fix potential conversion overflow when enlarging 65536 pages (bytecodealliance#4064)
- [fuzzing] execute every exported function (bytecodealliance#3959)
- Update memory allocation functions to use allocator user data (bytecodealliance#4043)
- Show wasm proposals status during compilation and execution (bytecodealliance#3989)
- add a validator for aot module (bytecodealliance#3995)
- Use wasm32-wasip1 instead of wasm32-wasi target for rust code (bytecodealliance#4057)
- Update Rust target from 'wasm32-wasi' to 'wasm32-wasip1' in CI (bytecodealliance#4050)
- Fix wasm loader check data segment count (bytecodealliance#4039)
- Synchronize the GC spec tests to the commit from December 9. 2024. (bytecodealliance#4022)
- Refine getting const offsets in wasm loader of fast-interp (bytecodealliance#4012)
- fixes for compiling on windows (bytecodealliance#4026)
- .github: Add shared lib builds (bytecodealliance#3975)
- Refine read leb int wasm loader of fast interpreter (bytecodealliance#4017)
- build(deps): Bump github/codeql-action from 3.28.0 to 3.28.1 (bytecodealliance#4020)
- build(deps): Bump actions/upload-artifact from 4.5.0 to 4.6.0 (bytecodealliance#4021)
- Enable shrunk memory by default and add related configurations (bytecodealliance#4008)
- Add documentation regarding security issues and the status of Wasm proposals (bytecodealliance#3972)
- Improve stack consistency by ensuring sufficient space for dummy offsets (bytecodealliance#4011)
- Check whether related table has funcref elem in opcode call_indirect (bytecodealliance#3999)
- [fuzzing] Use software bound-check during fuzzing (bytecodealliance#4003)
- Add an example of how to embed WAMR in Zephyr user mode  (bytecodealliance#3998)
- Fix table index calculations in wasm_loader and wasm_mini_loader (bytecodealliance#4004)
- Ensure __heap_base and __data_end global indices are validated against import count (bytecodealliance#3996)
- Error message improvement (bytecodealliance#4000)
- Handle a new scenario where an item is both exported and imported. (bytecodealliance#3984)
- Optimize memory initialization handling in AOT loader (bytecodealliance#3983)
- build(deps): Bump actions/upload-artifact from 4.4.3 to 4.5.0 (bytecodealliance#3981)
- build(deps): Bump github/codeql-action from 3.27.9 to 3.28.0 (bytecodealliance#3982)
- Add Tianlong into code owners (bytecodealliance#3970)
- Set thread information earlier in exec_env creation (bytecodealliance#3967)
- top-level cmake: link llvm libraries to our shared library (bytecodealliance#3973)
- add reference type support by default for darwin to support WASI-SDK-25 (bytecodealliance#3978)
- CMakeLists.txt: Do not require C++ (bytecodealliance#3956)
- [fuzzing] Enable instantiation (bytecodealliance#3958)
- use a random secret key (bytecodealliance#3971)
- top-level cmakefile: fix macOS build (bytecodealliance#3968)
- Only access Zephyr thread stats info when it's available (bytecodealliance#3962)
- build(deps): Bump github/codeql-action from 3.27.6 to 3.27.9 (bytecodealliance#3960)
- wasm_export.h: Use "default" visibility for gcc and clang (bytecodealliance#3957)
- set alignment 4 when loading multi return value (bytecodealliance#3955)
- Fix aot table instantiate (bytecodealliance#3946)
- Consume the placeholders that were put when emitting table info (bytecodealliance#3940)
- Refactor SConscript and add file checks in iwasm.c (bytecodealliance#3945)
- Improvements for platform thread APIs on Windows and Zephyr (bytecodealliance#3941)
- Fix incorrect assignment in win_file.c (bytecodealliance#3939)
- don't return an uninitialized trap if argv_to_results fails (bytecodealliance#3935)
- support WASM_FUNCREF return type in argv_to_results (bytecodealliance#3936)
- add thread cpu time for zephyr (bytecodealliance#3937)
- build(deps): bump github/codeql-action from 3.27.4 to 3.27.5 (bytecodealliance#3931)
- Update README.md to clarify Windows toolchain support and ESP-IDF reference (bytecodealliance#3917)
- Enable ref types by default (bytecodealliance#3894)
- Fix loader small bug (bytecodealliance#3928)
- add testcases for shared heap and fix POP_MEM_OFFSET of memory64 (bytecodealliance#3916)
- Use plain assignment rather than bh_memcpy_s (bytecodealliance#3924)
- Fix WASI Path Mapping Processing (bytecodealliance#3923)
- Drop declarative elements on module instantiation (bytecodealliance#3922)
- Check possible integer overflow in aot memory boundary check (bytecodealliance#3920)
- Fix CI wamr-ide error (bytecodealliance#3913)
- Support external toolchain on Windows for aot compiler (bytecodealliance#3911)
- build(deps): bump github/codeql-action from 3.27.1 to 3.27.4 (bytecodealliance#3912)
- Correct the table index calculation in aot_instantiation (bytecodealliance#3903)
- Fix a leak in wasm_loader_emit_br_info (bytecodealliance#3900)
- GlobalValueSet was moved to IRPartitionLayer recently, but we have a local definition anyway (bytecodealliance#3899)
- build(deps): bump github/codeql-action from 3.27.0 to 3.27.1 (bytecodealliance#3902)
- Fix linked global initialization in multimodule (bytecodealliance#3905)
- Wasm loader enhancement: check code size in code entry  (bytecodealliance#3892)
- Refactor AOT loader to support compatible versions (bytecodealliance#3891)
- Fix out of bounds issue in is_native_addr_in_shared_heap function (bytecodealliance#3886)
- Fix mmap flags for AOT loader on non-Linux SGX platforms (bytecodealliance#3890)
- Bump AOT_CURRENT_VERSION for WAMR 2.x (gc, memory64) (bytecodealliance#3880)
- Refine looking up aot function with index (bytecodealliance#3882)
- build(deps): bump github/codeql-action from 3.26.13 to 3.27.0 (bytecodealliance#3888)
- fix(ios): Remove `float-abi` flag (bytecodealliance#3889)
- Fix out of bounds issues after memory.grow on non-aot non-threads builds (bytecodealliance#3872)
- Exclude fuzz test python and npm packages in scoreboard scan (bytecodealliance#3871)

Author: Chris Woods <[email protected]>
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Author: Dylan Johnston <[email protected]>
Author: edoardo <[email protected]>
Author: eric <[email protected]>
Author: Fadumina Barre <[email protected]>
Author: Huang Qi <[email protected]>
Author: James Ring <[email protected]>
Author: Jérôme Vouillon <[email protected]>
Author: kk <[email protected]>
Author: [email protected] <[email protected]>
Author: liang.he <[email protected]>
Author: Maks Litskevich <[email protected]>
Author: Marcin Kolny <[email protected]>
Author: peter-tatrai <[email protected]>
Author: TianlongLiang <[email protected]>
Author: Tomáš Malý <[email protected]>
Author: Viacheslav Palchikov <[email protected]>
Author: WenLY1 <[email protected]>
Author: Wenyong Huang <[email protected]>
Author: Xavier Del Campo <[email protected]>
Author: YAMAMOTO Takashi <[email protected]>
Author: yangkun27 <[email protected]>
lum1n0us added a commit to lum1n0us/wasm-micro-runtime that referenced this pull request Feb 23, 2025
- fix: when load aot init expr,no type_idx set. (bytecodealliance#4094)
- Cmake improvements (bytecodealliance#4076)
- fix(aot_emit_aot_file): prevent buffer emission for zero byte_count (bytecodealliance#4095)
- fix(unit-test): libc_builtin_test issues (bytecodealliance#4073)
- feat: add support for EXTERNREF value type and enable AOT validator in fuzz tests (bytecodealliance#4083)
- [gc] Subtyping fix (bytecodealliance#4075)
- Add a conditional check for the macro __STDC_VERSION__ (bytecodealliance#4080)
- Unit test:type matching issue and code redundancy (bytecodealliance#4079)
- build(deps): Bump github/codeql-action from 3.28.8 to 3.28.9 (bytecodealliance#4074)
- fix(aot): ensure value_cmp does not exceed br_count in branch table compilation (bytecodealliance#4065)
- In wasm32, fix potential conversion overflow when enlarging 65536 pages (bytecodealliance#4064)
- [fuzzing] execute every exported function (bytecodealliance#3959)
- Update memory allocation functions to use allocator user data (bytecodealliance#4043)
- Show wasm proposals status during compilation and execution (bytecodealliance#3989)
- add a validator for aot module (bytecodealliance#3995)
- Use wasm32-wasip1 instead of wasm32-wasi target for rust code (bytecodealliance#4057)
- Update Rust target from 'wasm32-wasi' to 'wasm32-wasip1' in CI (bytecodealliance#4050)
- Fix wasm loader check data segment count (bytecodealliance#4039)
- Synchronize the GC spec tests to the commit from December 9. 2024. (bytecodealliance#4022)
- Refine getting const offsets in wasm loader of fast-interp (bytecodealliance#4012)
- fixes for compiling on windows (bytecodealliance#4026)
- .github: Add shared lib builds (bytecodealliance#3975)
- Refine read leb int wasm loader of fast interpreter (bytecodealliance#4017)
- build(deps): Bump github/codeql-action from 3.28.0 to 3.28.1 (bytecodealliance#4020)
- build(deps): Bump actions/upload-artifact from 4.5.0 to 4.6.0 (bytecodealliance#4021)
- Enable shrunk memory by default and add related configurations (bytecodealliance#4008)
- Add documentation regarding security issues and the status of Wasm proposals (bytecodealliance#3972)
- Improve stack consistency by ensuring sufficient space for dummy offsets (bytecodealliance#4011)
- Check whether related table has funcref elem in opcode call_indirect (bytecodealliance#3999)
- [fuzzing] Use software bound-check during fuzzing (bytecodealliance#4003)
- Add an example of how to embed WAMR in Zephyr user mode  (bytecodealliance#3998)
- Fix table index calculations in wasm_loader and wasm_mini_loader (bytecodealliance#4004)
- Ensure __heap_base and __data_end global indices are validated against import count (bytecodealliance#3996)
- Error message improvement (bytecodealliance#4000)
- Handle a new scenario where an item is both exported and imported. (bytecodealliance#3984)
- Optimize memory initialization handling in AOT loader (bytecodealliance#3983)
- build(deps): Bump actions/upload-artifact from 4.4.3 to 4.5.0 (bytecodealliance#3981)
- build(deps): Bump github/codeql-action from 3.27.9 to 3.28.0 (bytecodealliance#3982)
- Add Tianlong into code owners (bytecodealliance#3970)
- Set thread information earlier in exec_env creation (bytecodealliance#3967)
- top-level cmake: link llvm libraries to our shared library (bytecodealliance#3973)
- add reference type support by default for darwin to support WASI-SDK-25 (bytecodealliance#3978)
- CMakeLists.txt: Do not require C++ (bytecodealliance#3956)
- [fuzzing] Enable instantiation (bytecodealliance#3958)
- use a random secret key (bytecodealliance#3971)
- top-level cmakefile: fix macOS build (bytecodealliance#3968)
- Only access Zephyr thread stats info when it's available (bytecodealliance#3962)
- build(deps): Bump github/codeql-action from 3.27.6 to 3.27.9 (bytecodealliance#3960)
- wasm_export.h: Use "default" visibility for gcc and clang (bytecodealliance#3957)
- set alignment 4 when loading multi return value (bytecodealliance#3955)
- Fix aot table instantiate (bytecodealliance#3946)
- Consume the placeholders that were put when emitting table info (bytecodealliance#3940)
- Refactor SConscript and add file checks in iwasm.c (bytecodealliance#3945)
- Improvements for platform thread APIs on Windows and Zephyr (bytecodealliance#3941)
- Fix incorrect assignment in win_file.c (bytecodealliance#3939)
- don't return an uninitialized trap if argv_to_results fails (bytecodealliance#3935)
- support WASM_FUNCREF return type in argv_to_results (bytecodealliance#3936)
- add thread cpu time for zephyr (bytecodealliance#3937)
- build(deps): bump github/codeql-action from 3.27.4 to 3.27.5 (bytecodealliance#3931)
- Update README.md to clarify Windows toolchain support and ESP-IDF reference (bytecodealliance#3917)
- Enable ref types by default (bytecodealliance#3894)
- Fix loader small bug (bytecodealliance#3928)
- add testcases for shared heap and fix POP_MEM_OFFSET of memory64 (bytecodealliance#3916)
- Use plain assignment rather than bh_memcpy_s (bytecodealliance#3924)
- Fix WASI Path Mapping Processing (bytecodealliance#3923)
- Drop declarative elements on module instantiation (bytecodealliance#3922)
- Check possible integer overflow in aot memory boundary check (bytecodealliance#3920)
- Fix CI wamr-ide error (bytecodealliance#3913)
- Support external toolchain on Windows for aot compiler (bytecodealliance#3911)
- build(deps): bump github/codeql-action from 3.27.1 to 3.27.4 (bytecodealliance#3912)
- Correct the table index calculation in aot_instantiation (bytecodealliance#3903)
- Fix a leak in wasm_loader_emit_br_info (bytecodealliance#3900)
- GlobalValueSet was moved to IRPartitionLayer recently, but we have a local definition anyway (bytecodealliance#3899)
- build(deps): bump github/codeql-action from 3.27.0 to 3.27.1 (bytecodealliance#3902)
- Fix linked global initialization in multimodule (bytecodealliance#3905)
- Wasm loader enhancement: check code size in code entry  (bytecodealliance#3892)
- Refactor AOT loader to support compatible versions (bytecodealliance#3891)
- Fix out of bounds issue in is_native_addr_in_shared_heap function (bytecodealliance#3886)
- Fix mmap flags for AOT loader on non-Linux SGX platforms (bytecodealliance#3890)
- Bump AOT_CURRENT_VERSION for WAMR 2.x (gc, memory64) (bytecodealliance#3880)
- Refine looking up aot function with index (bytecodealliance#3882)
- build(deps): bump github/codeql-action from 3.26.13 to 3.27.0 (bytecodealliance#3888)
- fix(ios): Remove `float-abi` flag (bytecodealliance#3889)
- Fix out of bounds issues after memory.grow on non-aot non-threads builds (bytecodealliance#3872)
- Exclude fuzz test python and npm packages in scoreboard scan (bytecodealliance#3871)

Author: Chris Woods <[email protected]>
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Author: Dylan Johnston <[email protected]>
Author: edoardo <[email protected]>
Author: eric <[email protected]>
Author: Fadumina Barre <[email protected]>
Author: Huang Qi <[email protected]>
Author: James Ring <[email protected]>
Author: Jérôme Vouillon <[email protected]>
Author: kk <[email protected]>
Author: [email protected] <[email protected]>
Author: liang.he <[email protected]>
Author: Maks Litskevich <[email protected]>
Author: Marcin Kolny <[email protected]>
Author: peter-tatrai <[email protected]>
Author: TianlongLiang <[email protected]>
Author: Tomáš Malý <[email protected]>
Author: Viacheslav Palchikov <[email protected]>
Author: WenLY1 <[email protected]>
Author: Wenyong Huang <[email protected]>
Author: Xavier Del Campo <[email protected]>
Author: YAMAMOTO Takashi <[email protected]>
Author: yangkun27 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants