Commit Graph

  • 08b66cd0b5
    Merge a16c0ae812 into 7cc2620d2b Marcin Kolny 2025-03-11 12:12:13 +0000
  • 1b77ba9908
    Merge 388076ff0d into 7cc2620d2b jia xiang 2025-03-11 18:59:36 +0800
  • a7a5537123
    Merge 55bdc66009 into 7cc2620d2b peter-tatrai 2025-03-11 10:34:42 +0100
  • 71cd3ab0cb
    Merge dab80a0480 into 7cc2620d2b James Ring 2025-03-10 22:41:09 -0700
  • 4cc1fdedd5
    Merge d9325b2549 into 7cc2620d2b jia xiang 2025-03-11 13:32:14 +0800
  • 191387d51e
    Merge 9027b2dce2 into 7cc2620d2b Jesse Wilson 2025-03-11 13:16:52 +0800
  • 7cc2620d2b
    Merge pull request #4132 from bytecodealliance/dependabot/github_actions/github/codeql-action-3.28.11 main liang.he 2025-03-11 13:16:47 +0800
  • dab80a0480 Don't fail to compile if feature macros aren't defined James Ring 2025-03-10 21:19:51 -0700
  • e468a0cd35
    Merge 47b51cf85f into 766f378590 Wenyong Huang 2025-03-11 11:42:40 +0800
  • 3543b370d1
    Merge e82bd0b451 into 766f378590 liang.he 2025-03-11 10:32:25 +0800
  • 766f378590
    Merge pull request #4033 from g0djan/godjan/iterate_callstack liang.he 2025-03-11 10:31:56 +0800
  • d1cf3566f6
    build(deps): Bump github/codeql-action from 3.28.10 to 3.28.11 dependabot[bot] 2025-03-10 10:47:38 +0000
  • d9325b2549 refactor: remove the intermediate addresses in AOTMemInfo xiangjia.xj 2025-03-10 17:26:16 +0800
  • 1da8c95ea5
    Merge cb63a928a2 into 48a87dc8bf Alix ANNERAUD 2025-03-09 15:25:40 +0800
  • a16c0ae812
    Merge pull request #4125 from jammar1/mrshnja/wamr-ci-simd-interp dev/simd_for_interp Marcin Kolny 2025-03-07 11:42:39 +0000
  • 48a87dc8bf
    avoid Windows perform newline translation (#4128) TianlongLiang 2025-03-07 08:22:12 +0800
  • 412631ac13
    fix: correct typos and improve comments across multiple files by codespell (#4116) Huang Qi 2025-03-07 08:21:54 +0800
  • 161f1ea6c0 fix: correct typos and improve comments across multiple files by codespell Huang Qi 2025-02-27 10:05:14 +0800
  • 9027b2dce2 Restore the doc heading. Jesse Wilson 2025-03-04 18:46:14 -0500
  • e488345607 fix bug for return value when skip_n is passed Georgii Rylov 2025-03-05 11:47:56 +0000
  • 811f35bf7d identation Georgii Rylov 2025-03-05 10:23:57 +0000
  • 3d68dc6283 avoid Windows perform newline translation TL 2025-03-05 17:16:01 +0800
  • 56bb7e715b last fixes Georgii Rylov 2025-03-05 09:11:21 +0000
  • 6d61c2de49 update binaryen_version from 114 to 122 chenliuyang 2025-03-05 14:52:35 +0800
  • c3af06a6f0 add arm64 docker file chenliuyang 2025-03-05 14:37:54 +0800
  • f8b7e97bec
    Merge 427d5e5f40 into 73998e4c85 liang.he 2025-03-04 22:17:52 -0500
  • 27d8794620 add arm64 docker file chenliuyang 2025-03-05 08:34:55 +0800
  • d609acf1ee Move the default heap size initialization Jesse Wilson 2025-03-04 18:43:30 -0500
  • 47b51cf85f Implement relocation and asm code, fix issues Wenyong Huang 2025-01-12 12:03:56 +0800
  • 347627fc97
    Merge 3bd65facac into 73998e4c85 liang.he 2025-03-04 09:40:25 +0000
  • bb39299845
    Merge branch 'bytecodealliance:main' into fix-noTypeInitForAotLoad-bug eric 2025-03-04 17:31:37 +0800
  • c22eb20ccc optimize: moving invariant computations outside the loop & reducing the frequency of type casting chenliuyang 2025-03-04 17:21:37 +0800
  • 73998e4c85
    fix: fix load aarch64 aot failed (#4114) jia xiang 2025-03-04 16:45:47 +0800
  • 3bd65facac fix(runtest.py): Improve logging for module registration and cleanup processes liang.he@intel.com 2025-03-04 07:28:55 +0000
  • 42879fb45c fix(runtest.py): Refactor create_tmp_file function and improve error handling for module registration liang.he@intel.com 2025-03-04 06:53:36 +0000
  • de82d1946f Address code review feedback Jesse Wilson 2025-03-03 20:45:59 -0500
  • 6166788c33 spare lines Georgii Rylov 2025-03-03 15:17:57 +0000
  • 32d0f5503e spare line Georgii Rylov 2025-03-03 14:06:45 +0000
  • ffcc1579ea clang format Georgii Rylov 2025-03-03 13:41:35 +0000
  • bc00b3e492 address comments Georgii Rylov 2025-03-03 13:36:05 +0000
  • 05a25df6cd Enable SIMDe tests on CI James Marsh 2025-02-19 14:17:40 +0000
  • 8acce563b4
    Merge branch main into dev/instantiate_linking (#4100) dev/instantiate_linking liang.he 2025-03-03 14:07:14 +0800
  • cab5ea4207
    Sync gitbook with main (#4123) gitbook TianlongLiang 2025-03-03 14:05:12 +0800
  • beb34c3675 Expose WAMR_BUILD_GC_HEAP_SIZE_DEFAULT as a CMake option Jesse Wilson 2025-03-02 23:32:04 -0500
  • cb63a928a2 fix: move instructions_to_execute field in WASMExecEnv (overwriten before) Alix ANNERAUD 2025-03-02 22:42:58 +0100
  • 47e5242f40 fix: handle null exec_env in instruction metering checks Alix ANNERAUD 2025-03-02 22:14:30 +0100
  • ea12298cff fix: update preprocessor directive for WASM_INSTRUCTION_METERING check Alix ANNERAUD 2025-03-02 22:03:49 +0100
  • e86185d50e fix: format HANDLE_OP_END macro for better readability Alix ANNERAUD 2025-03-02 20:44:21 +0100
  • 56245c99a6 fix: format function declaration for wasm_runtime_set_bounds_checks Alix ANNERAUD 2025-03-02 20:30:58 +0100
  • 1e925e4cc1 fix: correct function declaration for wasm_runtime_set_instruction_count_limit Alix ANNERAUD 2025-03-02 20:29:12 +0100
  • ac7ee00766 fix Alix ANNERAUD 2025-03-02 20:23:46 +0100
  • 8e540e8f45 fix: remove unnecessary backslash in macro definition Alix ANNERAUD 2025-03-02 20:16:21 +0100
  • 07dbb834fc feat: initialize instruction execution limit in exec_env Alix ANNERAUD 2025-03-02 20:11:30 +0100
  • 4b848a2b87
    Merge 91dd6f0a0e into e693608476 Huang Qi 2025-03-02 20:06:23 +0100
  • 1977675094 fix: format Alix ANNERAUD 2025-03-02 19:58:24 +0100
  • 055158c9dd fix: formatting Alix ANNERAUD 2025-03-02 19:48:06 +0100
  • c1e636f38c feat: add instruction metering support with execution limit Alix ANNERAUD 2025-03-02 19:41:45 +0100
  • 427d5e5f40 fix(build): update WAMR_ROOT_DIR to use CURRENT_LIST_DIR for correct path resolution liang.he@intel.com 2025-03-01 12:33:28 +0000
  • 40013d9d3a fix(build): update WAMR_ROOT_DIR to use CURRENT_LIST_DIR for correct path resolution liang.he@intel.com 2025-03-01 12:33:28 +0000
  • edae5b3aa0 feat(fuzz): add AOT compiler fuzzing tests and CMake configuration liang.he@intel.com 2025-03-01 12:30:59 +0000
  • 65d113d3cf
    Merge b8e57c6ec3 into e693608476 James Ring 2025-03-01 17:00:13 +0800
  • e693608476
    log warning instaed of assertion (#4119) TianlongLiang 2025-03-01 16:46:41 +0800
  • fa4504cf77 log warning instaed of assertion TL 2025-02-28 17:37:53 +0800
  • 0b5084cb63 remove spare diff line Georgii Rylov 2025-02-27 15:06:31 +0000
  • bda012e990 formatting Georgii Rylov 2025-02-27 14:35:53 +0000
  • fc3077b74d address comments Georgii Rylov 2025-02-27 14:32:17 +0000
  • 388076ff0d feat: add wasm_runtime_get_func_name_from_index() api xiangjia.xj 2025-02-27 15:50:51 +0800
  • c5a33e06cd
    Unit test and sample update for shared heap enhancement (#4070) dev/shared_heap TianlongLiang 2025-02-27 10:07:03 +0800
  • 04a2460b27 cr suggestions TL 2025-02-27 09:57:04 +0800
  • 99cb6ec27e formatting Georgii Rylov 2025-02-26 11:22:31 +0000
  • a5d8c0b477 define if not defined Georgii Rylov 2025-02-26 11:11:17 +0000
  • 857e6b73c8 formatting Georgii Rylov 2025-02-26 10:57:50 +0000
  • 2f23c5eeb5 fix: fix load aarch64 aot failed xiangjia.xj 2025-02-26 15:49:59 +0800
  • 5f519fd8bb feat(fuzz): add a new fuzz target about aot compiler liang.he@intel.com 2025-02-26 05:30:32 +0000
  • f2e3348305
    wasm_loader allocates more spaces for elements (#4099) liang.he 2025-02-26 12:58:45 +0800
  • 968b7d4ea0
    fix: add dispose of the debug information builder when destroying compilation context (#4105) jia xiang 2025-02-26 12:57:46 +0800
  • ffd4784e4c resolve conflict TL 2025-02-26 11:57:01 +0800
  • 968c449a8d
    Merge branch 'dev/shared_heap' into dev/shared_heap_test_and_sample TianlongLiang 2025-02-26 10:56:54 +0800
  • 9e5ad76ad0
    Shared heap enhancements TianlongLiang 2025-02-26 10:38:29 +0800
  • 7ba75090ca
    Merge pull request #4098 from jammar1/mrshnja/merge-main-to-dev-simd-2 Marcin Kolny 2025-02-25 20:28:46 +0000
  • 188eb1c941 remove unnecessary includes Georgii Rylov 2025-02-25 17:42:06 +0000
  • dea2e16812 Resolve merge conflicts arising from main -> dev/simd_for_interp and implement fast interpreter const offset loader support for V128 James Marsh 2025-02-21 14:44:12 +0000
  • e3dcf4f8ac feature: better memory information restore mechanism xiangjia.xj 2025-02-25 17:52:59 +0800
  • 55bdc66009 Add option to turn off SIMD support in wamrc Peter Tatrai 2025-02-24 19:47:39 +0100
  • 765795c629 Use dummy AOT reloc functions when building wamrc Peter Tatrai 2025-02-24 13:35:03 +0100
  • b0ccae8e38 Handle PIC flags by cmake in wamrc Peter Tatrai 2025-02-24 14:03:54 +0100
  • ff45ece4ff Fix wamrc build failure for 32bit non-x86 targets Peter Tatrai 2025-02-24 13:59:27 +0100
  • 368906f1f2 Use CMAKE_INSTALL_BINDIR for wamrc installation Peter Tatrai 2024-12-04 21:47:08 +0100
  • a6c7b31d16
    Apply suggestions from code review to update document TianlongLiang 2025-02-25 16:10:18 +0800
  • a62d10400f format TL 2025-02-25 15:39:57 +0800
  • 035f758734 code refactor TL 2025-02-25 15:28:36 +0800
  • 3f268e5150 build(deps): Bump ossf/scorecard-action from 2.4.0 to 2.4.1 dependabot[bot] 2025-02-24 12:33:32 +0000
  • 8b4ef085fc Apply suggestions from code review liang.he 2025-02-25 06:49:37 +0800
  • e158f6620e build(deps): Bump github/codeql-action from 3.28.9 to 3.28.10 dependabot[bot] 2025-02-24 12:33:28 +0000
  • 8288190d57 build(deps): Bump actions/upload-artifact from 4.6.0 to 4.6.1 dependabot[bot] 2025-02-24 12:33:12 +0000
  • 1252f723c2
    feat: use C linkage in aot_comp_option.h for C++ embeding (#4106) jia xiang 2025-02-25 07:01:16 +0800
  • 0288366b6b
    Apply suggestions from code review liang.he 2025-02-25 06:49:37 +0800
  • ccb6febaed Add armv7 target Václav Beneš 2025-02-24 23:32:44 +0100
  • 851a26dbba cr suggestions TL 2025-02-18 16:35:42 +0800
  • e72338b54d format TL 2025-02-12 16:47:52 +0800