-
Notifications
You must be signed in to change notification settings - Fork 730
Merge branch main into dev/simd_for_interp #3925
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
Merged
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
a713ba1
fix(ios): Remove `float-abi` flag (#3889)
xdoardo 483c57d
build(deps): bump github/codeql-action from 3.26.13 to 3.27.0 (#3888)
dependabot[bot] a3960c8
Refine looking up aot function with index (#3882)
wenyongh 95edef3
Bump AOT_CURRENT_VERSION for WAMR 2.x (gc, memory64) (#3880)
yamt 1138435
Fix mmap flags for AOT loader on non-Linux SGX platforms (#3890)
lum1n0us c7b2683
Fix out of bounds issue in is_native_addr_in_shared_heap function (#3…
lum1n0us e352f0a
Refactor AOT loader to support compatible versions (#3891)
lum1n0us bf78863
Wasm loader enhancement: check code size in code entry (#3892)
TianlongLiang 397f663
fix(uwp): Gate NTSTATUS definition behind WINAPI_PARTITION_DESKTOP fo…
fadss 58f242f
Merge pull request #3897 from bafadumi/main
loganek fdda259
Fix linked global initialization in multimodule (#3905)
sjamesr 75f5fa4
build(deps): bump github/codeql-action from 3.27.0 to 3.27.1 (#3902)
dependabot[bot] 226bf22
GlobalValueSet was moved to IRPartitionLayer recently, but we have a …
sjamesr 0e4dffc
Fix a leak in wasm_loader_emit_br_info (#3900)
TianlongLiang 0119b17
Correct the table index calculation in aot_instantiation (#3903)
lum1n0us 2975e2f
build(deps): bump github/codeql-action from 3.27.1 to 3.27.4 (#3912)
dependabot[bot] f2b87d7
Support external toolchain on Windows for aot compiler (#3911)
TianlongLiang f1d03db
Fix CI wamr-ide error (#3913)
TianlongLiang 62aca17
Check possible integer overflow in aot memory boundary check (#3920)
TianlongLiang File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -53,7 +53,7 @@ | |
|
|
||
| # Initializes the CodeQL tools for scanning. | ||
| - name: Initialize CodeQL | ||
| uses: github/codeql-action/init@v3.26.13 | ||
| uses: github/codeql-action/init@v3.27.4 | ||
| with: | ||
| languages: ${{ matrix.language }} | ||
|
|
||
|
|
@@ -70,7 +70,7 @@ | |
| - run: | | ||
| ./.github/scripts/codeql_buildscript.sh | ||
| - name: Perform CodeQL Analysis | ||
| uses: github/codeql-action/analyze@v3.26.13 | ||
| uses: github/codeql-action/analyze@v3.27.4 | ||
Check warningCode scanning / Scorecard Pinned-Dependencies Medium
score is 0: GitHub-owned GitHubAction not pinned by hash
Remediation tip: update your workflow using https://app.stepsecurity.io Click Remediation section below for further remediation help |
||
| with: | ||
| category: "/language:${{matrix.language}}" | ||
| upload: false | ||
|
|
@@ -99,7 +99,7 @@ | |
| output: ${{ steps.step1.outputs.sarif-output }}/cpp.sarif | ||
|
|
||
| - name: Upload CodeQL results to code scanning | ||
| uses: github/codeql-action/upload-sarif@v3.26.13 | ||
| uses: github/codeql-action/upload-sarif@v3.27.4 | ||
Check warningCode scanning / Scorecard Pinned-Dependencies Medium
score is 0: GitHub-owned GitHubAction not pinned by hash
Remediation tip: update your workflow using https://app.stepsecurity.io Click Remediation section below for further remediation help |
||
| with: | ||
| sarif_file: ${{ steps.step1.outputs.sarif-output }} | ||
| category: "/language:${{matrix.language}}" | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Check warning
Code scanning / Scorecard
Pinned-Dependencies Medium