-
Notifications
You must be signed in to change notification settings - Fork 650
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
Sync with main #4049
Merged
Merged
Sync with main #4049
Changes from 1 commit
Commits
Show all changes
112 commits
Select commit
Hold shift + click to select a range
e87f7a9
Fix Windows compile error when uvwasi is enabled (#3810)
wenyongh 86926aa
Fix unused param warning when GC is enabled (#3814)
palchikov 5ce6f90
Add scoreboard CI for supply-chain security (#3819)
TianlongLiang 438b81b
Fix missing symbols when using aot mode on riscv platforms (#3812)
Kvencc 0e05b0a
Add CODEOWNERS (#3822)
lum1n0us bd8c7a3
build(deps): bump github/codeql-action from 2.2.4 to 3.26.9
dependabot[bot] 2baac8d
build(deps): bump actions/upload-artifact from 3.1.0 to 4.4.0
dependabot[bot] 2e60f37
build(deps): bump ossf/scorecard-action from 2.3.1 to 2.4.0
dependabot[bot] e07ac1f
Merge pull request #3826 from bytecodealliance/dependabot/github_acti…
loganek 5f3d36b
Merge pull request #3827 from bytecodealliance/dependabot/github_acti…
loganek e0027f3
Merge pull request #3828 from bytecodealliance/dependabot/github_acti…
loganek 72872cb
Fix mac build of libc_emcc_wrapper.c (#3836)
bnason-nf 0c4b2da
aot_comp_option.h: Add missing stdint.h header (#3834)
sjamesr f9153fb
build(deps): bump github/codeql-action from 3.26.9 to 3.26.11 (#3843)
dependabot[bot] 6b4d8aa
Emit load_addr and load_size if WAMR_ENABLE_COMPILER is set (#3835)
sjamesr 30539bf
Fix compilation error found in tflite test (#3820)
lum1n0us deacb7a
Fix exec_env_tls assertion in module instantiation (#3844)
wenyongh 2b5e2d9
libc-emcc: Use alternate method to check getrandom support (#3848)
bnason-nf 36d4380
Support table64 extension in classic-interp and AOT running modes (#3…
TianlongLiang b16b604
Enable libc-wasi for windows msvc build (#3852)
wenyongh e2680e5
Remove unused folder samples/gui and samples/littlevgl (#3853)
wenyongh 7d4b530
build(deps): bump actions/upload-artifact from 4.4.0 to 4.4.3 (#3855)
dependabot[bot] 0152e2c
build(deps): bump github/codeql-action from 3.26.11 to 3.26.12 (#3856)
dependabot[bot] b038f27
Merge pull request #3823 from bytecodealliance/dev/shared_heap
wenyongh 327374c
Fix some compile warnings and typos (#3854)
wenyongh 1af4740
Add Windows wamrc and iwasm build in release CI (#3857)
TianlongLiang 7e625a0
Fix syntax error in codeql_buildscript.sh (#3864)
TianlongLiang 74d2427
Allow to set native stack boundary to exec_env (#3862)
wenyongh 48eaa22
Refine wasm/aot function instance lookup (#3865)
wenyongh bb3f8d9
release CI: Add another iwasm binary that supports Garbage Collection…
TianlongLiang 87588ca
Fix lookup function issue reported in nightly run (#3868)
wenyongh 3ad9530
Fix quadratic runtime for duplicate export name detection (#3861)
sjamesr b34b2c8
Add token permissions for CIs to fix issues reported by scorecard (#3…
TianlongLiang fe13f6d
build(deps): bump github/codeql-action from 3.26.12 to 3.26.13 (#3869)
dependabot[bot] 217ba3b
Update release notes and update version to 2.2.0 (#3863)
Zzzabiyaka 7d56289
Exclude fuzz test python and npm packages in scoreboard scan (#3871)
TianlongLiang 6426fc4
Fix out of bounds issues after memory.grow on non-aot non-threads bui…
Zzzabiyaka 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 00c2aa1
Drop declarative elements on module instantiation (#3922)
sjamesr 9d8150e
Fix WASI Path Mapping Processing (#3923)
dpjohnst dbdf3df
Use plain assignment rather than bh_memcpy_s (#3924)
sjamesr b0c6d5c
add testcases for shared heap and fix POP_MEM_OFFSET of memory64 (#3916)
WenLY1 1d111a3
Fix loader small bug (#3928)
TianlongLiang 7b553cd
Enable ref types by default (#3894)
Zzzabiyaka 27d96aa
Update README.md to clarify Windows toolchain support and ESP-IDF ref…
lum1n0us fd91b51
build(deps): bump github/codeql-action from 3.27.4 to 3.27.5 (#3931)
dependabot[bot] 8698d22
add thread cpu time for zephyr (#3937)
TianlongLiang e09613c
support WASM_FUNCREF return type in argv_to_results (#3936)
sjamesr 838dd81
don't return an uninitialized trap if argv_to_results fails (#3935)
sjamesr 739efd7
Fix incorrect assignment in win_file.c (#3939)
dpjohnst aabe830
Improvements for platform thread APIs on Windows and Zephyr (#3941)
TianlongLiang c32a6ce
Refactor SConscript and add file checks in iwasm.c (#3945)
zhkag f665e7b
build(deps): bump github/codeql-action from 3.27.5 to 3.27.6
dependabot[bot] 591b740
Consume the placeholders that were put when emitting table info (#3940)
lum1n0us bebdd4a
Fix aot table instantiate (#3946)
wenyongh 1fb0862
Merge pull request #3951 from bytecodealliance/dependabot/github_acti…
loganek 9563909
set alignment 4 when loading multi return value (#3955)
TianlongLiang 296c3cc
wasm_export.h: Use "default" visibility for gcc and clang (#3957)
midokura-xavi92 09c2abd
build(deps): Bump github/codeql-action from 3.27.6 to 3.27.9 (#3960)
dependabot[bot] 932eb5d
Only access Zephyr thread stats info when it's available (#3962)
TianlongLiang 9916813
top-level cmakefile: fix macOS build (#3968)
yamt 8d51a3c
use a random secret key (#3971)
lum1n0us f8f37c8
[fuzzing] Enable instantiation (#3958)
lum1n0us 9598611
CMakeLists.txt: Do not require C++ (#3956)
midokura-xavi92 4cda74a
add reference type support by default for darwin to support WASI-SDK-…
woodsmc 040e776
top-level cmake: link llvm libraries to our shared library (#3973)
yamt 8ac0649
Set thread information earlier in exec_env creation (#3967)
sjamesr 70bec14
Add Tianlong into code owners (#3970)
lum1n0us bf2f366
build(deps): Bump github/codeql-action from 3.27.9 to 3.28.0 (#3982)
dependabot[bot] 04f1071
build(deps): Bump actions/upload-artifact from 4.4.3 to 4.5.0 (#3981)
dependabot[bot] 9b80766
Break aot_create_comp_data into small functions
no1wudi 38cf274
Optimize memory initialization handling in AOT loader (#3983)
no1wudi 24ecee8
Merge pull request #3987 from no1wudi/fix
no1wudi 7f3e0df
Handle a new scenario where an item is both exported and imported. (#…
lum1n0us 31ff576
Error message improvement (#4000)
loganek 099056b
Ensure __heap_base and __data_end global indices are validated agains…
lum1n0us 1958808
Fix table index calculations in wasm_loader and wasm_mini_loader (#4004)
lum1n0us 1807eec
Add an example of how to embed WAMR in Zephyr user mode (#3998)
TianlongLiang 9989b1c
[fuzzing] Use software bound-check during fuzzing (#4003)
lum1n0us a653746
Check whether related table has funcref elem in opcode call_indirect …
TianlongLiang 02683d2
Improve stack consistency by ensuring sufficient space for dummy offs…
lum1n0us 902f7d2
Add documentation regarding security issues and the status of Wasm pr…
lum1n0us 53da420
Enable shrunk memory by default and add related configurations (#4008)
lum1n0us 0d20521
build(deps): Bump actions/upload-artifact from 4.5.0 to 4.6.0 (#4021)
dependabot[bot] 946430f
build(deps): Bump github/codeql-action from 3.28.0 to 3.28.1 (#4020)
dependabot[bot] 9c3807e
Refine read leb int wasm loader of fast interpreter (#4017)
wenyongh 1ac62e1
.github: Add shared lib builds (#3975)
midokura-xavi92 ba75b8f
fixes for compiling on windows (#4026)
malytomas 831e4bb
Refine getting const offsets in wasm loader of fast-interp (#4012)
wenyongh e3ddbd5
Synchronize the GC spec tests to the commit from December 9. 2024. (#…
lum1n0us b6dea22
Fix wasm loader check data segment count (#4039)
TianlongLiang 5dcffaa
Update Rust target from 'wasm32-wasi' to 'wasm32-wasip1' in CI (#4050)
TianlongLiang 6f0e0e5
build(deps): Bump github/codeql-action from 3.28.1 to 3.28.5
dependabot[bot] 7f1e612
build(deps): Bump github/codeql-action from 3.28.5 to 3.28.8
dependabot[bot] 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
Add Windows wamrc and iwasm build in release CI (#3857)
- For Windows, llvm libs need to cache more directories, so use a multi-line environment variable for paths - Remove conditionally build directories `win32build`, just use `build` for all platform - Add Windows wamrc and iwasm(disable lib pthread semaphore and fast jit for now) build in release CI
- Loading branch information
commit 1af474099ba26be7d597ccbfcd6222161ea1086e
There are no files selected for viewing
This file contains 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 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 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 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 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 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 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 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 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
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