Commit Graph

  • 250d710709 Refactor Dockerfile and update .dockerignore for wasi-nn tests; adjust map-dir parameters in smoke test script liang.he@intel.com 2025-03-20 08:15:10 +0000
  • 06ea960e76
    fix(runtest.py): A workaround to bypass errors that occur when deleting temporary files (#4093) liang.he 2025-03-20 14:25:13 +0800
  • d48c6b8a4a
    build(deps): Bump esbuild, @vitejs/plugin-react and vite dependabot[bot] 2025-03-20 06:24:46 +0000
  • 1f14f4ec0a
    Fix build issues when compiling WAMRC as a cross-compiler (#4112) peter-tatrai 2025-03-20 07:24:30 +0100
  • efa8019bdb
    Merge dev/simd for fast-interp (#4131) Marcin Kolny 2025-03-20 06:23:20 +0000
  • 30b570d29f Remove Kconfig modification step for NuttX in spec test workflow Huang Qi 2025-03-20 09:35:32 +0800
  • 446185b3e3 Update NuttX and NuttX Apps references to releases/12.9 in workflow files Huang Qi 2025-03-19 20:05:00 +0800
  • 4fe5528814 platform/nuttx: Flush icache/dcache properly Huang Qi 2025-03-19 17:01:37 +0800
  • cb5975e168 fix: update instruction limit checks to use else if for improved clarity Alix ANNERAUD 2025-03-18 20:18:53 +0100
  • e1b0411cff fix: remove unnecessary else clause in instruction limit checks for improved clarity Alix ANNERAUD 2025-03-18 20:18:27 +0100
  • 446c52b8c8 fix: improve formatting of CHECK_INSTRUCTION_LIMIT macro for better readability Alix ANNERAUD 2025-03-18 20:11:17 +0100
  • 76c14489c5 fix: correct module parameter in instruction limit exception handling Alix ANNERAUD 2025-03-18 19:58:45 +0100
  • 56526e9776 fix: streamline HANDLE_OP macro definitions for improved readability Alix ANNERAUD 2025-03-17 22:50:30 +0100
  • 0df05aff1a fix: simplify instruction limit checks for better readability Alix ANNERAUD 2025-03-17 22:48:00 +0100
  • 70af781bde fix: improve instruction limit checks and enhance readability of HANDLE_OP macros Alix ANNERAUD 2025-03-17 22:47:19 +0100
  • e4ceb6b429 fix: move instructions_to_execute field in WASMExecEnv (overwriten before) Alix ANNERAUD 2025-03-02 22:42:58 +0100
  • 76392b546b fix: handle null exec_env in instruction metering checks Alix ANNERAUD 2025-03-02 22:14:30 +0100
  • ad6ba3d7cf fix: update preprocessor directive for WASM_INSTRUCTION_METERING check Alix ANNERAUD 2025-03-02 22:03:49 +0100
  • a7d90ebf59 fix: format HANDLE_OP_END macro for better readability Alix ANNERAUD 2025-03-02 20:44:21 +0100
  • 41bbcb7ded fix: format function declaration for wasm_runtime_set_bounds_checks Alix ANNERAUD 2025-03-02 20:30:58 +0100
  • 5d34365208 fix: correct function declaration for wasm_runtime_set_instruction_count_limit Alix ANNERAUD 2025-03-02 20:29:12 +0100
  • 161c945cf7 fix Alix ANNERAUD 2025-03-02 20:23:46 +0100
  • 422c8fb8be fix: remove unnecessary backslash in macro definition Alix ANNERAUD 2025-03-02 20:16:21 +0100
  • 0dd7fe2070 feat: initialize instruction execution limit in exec_env Alix ANNERAUD 2025-03-02 20:11:30 +0100
  • 799cad659c fix: format Alix ANNERAUD 2025-03-02 19:58:24 +0100
  • 8c262ba005 fix: formatting Alix ANNERAUD 2025-03-02 19:48:06 +0100
  • ca78c6644e feat: add instruction metering support with execution limit Alix ANNERAUD 2025-03-02 19:41:45 +0100
  • eb1771fadb
    Merge pull request #4144 from jammar1/mrshnja/add-documentation-simd dev/simd_for_interp Marcin Kolny 2025-03-18 13:57:51 +0000
  • e9d25f97a1 Document WAMR_BUILD_LIB_SIMDE James Marsh 2025-03-18 07:12:31 +0000
  • a2273365ee
    Merge pull request #4143 from jammar1/jammar1/clang-format Marcin Kolny 2025-03-17 22:54:21 +0000
  • 2138ff9e8c
    Merge 61c9192035 into c30e65ba5d Wenyong Huang 2025-03-18 00:30:43 +0800
  • 418195af60 Apply clang-format to dev/simd_for_interp James Marsh 2025-03-17 15:36:41 +0000
  • c30e65ba5d
    include bh_platform.h (#4135) James Ring 2025-03-16 23:22:46 -0700
  • 29b10cdfd0 fix(runtest.py): A workaround to bypass errors that occur when deleting temporary files liang.he@intel.com 2025-02-18 11:11:51 +0000
  • 38b923c39c include bh_platform.h James Ring 2025-03-12 06:44:19 -0700
  • 61c9192035
    Merge pull request #974 from xujuntwt95329/dev/enable_aot_loongarch Wenyong Huang 2025-03-15 13:08:24 +0800
  • df04d38b00 add R_LARCH_64 relocation for loongarch Xu Jun 2025-03-15 01:03:54 +0800
  • e27e5380c6
    Fix iwasm build error when WAMR_BUILD_WASI_NN enabled (#4138) liang.he 2025-03-14 13:38:17 +0800
  • dde6477fa5 Fix iwasm build error when WAMR_BUILD_WASI_NN enabled Zhen Kong 2025-03-13 17:07:03 +0000
  • c97e1ac51f Add option to turn off SIMD support in wamrc Peter Tatrai 2025-02-24 19:47:39 +0100
  • 06bc5714fb Use dummy AOT reloc functions when building wamrc Peter Tatrai 2025-02-24 13:35:03 +0100
  • b644e8cf2d Handle PIC flags by cmake in wamrc Peter Tatrai 2025-02-24 14:03:54 +0100
  • d1eb64a459 Fix wamrc build failure for 32bit non-x86 targets Peter Tatrai 2025-02-24 13:59:27 +0100
  • 30073ffc48 Use CMAKE_INSTALL_BINDIR for wamrc installation Peter Tatrai 2024-12-04 21:47:08 +0100
  • c6f934434b
    Merge pull request #4124 from swankjesse/WAMR_BUILD_GC_HEAP_SIZE_DEFAULT liang.he 2025-03-12 14:55:27 +0800
  • 7cc2620d2b
    Merge pull request #4132 from bytecodealliance/dependabot/github_actions/github/codeql-action-3.28.11 liang.he 2025-03-11 13:16:47 +0800
  • 1d88462321 add loongarch to build_llvm platform option list Xu Jun 2025-03-11 11:53:27 +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
  • a16c0ae812
    Merge pull request #4125 from jammar1/mrshnja/wamr-ci-simd-interp Marcin Kolny 2025-03-07 11:42:39 +0000
  • 29175eca35 Remove indirect-load for constants on Xtensa Target to improve performance zhanheng1 2025-03-07 17:23:13 +0800
  • 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
  • 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
  • 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
  • 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
  • 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
  • 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) 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