Commit Graph

  • 8dc0efb93c Remove version.h from installed header files Peter Tatrai 2025-02-11 16:16:32 +0100
  • b0580b8619 Use CMake standard BUILD_SHARED_LIBS Peter Tatrai 2025-02-05 17:35:07 +0100
  • c2db446bf6 Typo Jérôme Vouillon 2025-02-09 20:53:30 +0100
  • ef4bbc094d Subtyping fix Jérôme Vouillon 2025-02-09 20:53:10 +0100
  • f675535868
    build(deps): Bump github/codeql-action from 3.28.8 to 3.28.9 dependabot[bot] 2025-02-10 10:59:35 +0000
  • b8e57c6ec3 Allow finer control of start function on instantiation James Ring 2025-02-09 22:15:47 -0800
  • 012cbe8b27 prevent data overflow on 32 bit platform for memory.grow TL 2025-02-08 17:18:01 +0800
  • 7866f7d18c format TL 2025-02-08 13:05:34 +0800
  • 548646f7e5 shared heap more unit test TL 2025-02-08 12:57:47 +0800
  • 3296925c8a some refactor TL 2025-02-08 12:53:58 +0800
  • a4e90da647 shared heap more unit test TL 2025-02-08 12:13:19 +0800
  • 91f1234dd0 some refactor TL 2025-02-08 12:17:01 +0800
  • ef1fc613da shared heap unit test TL 2025-02-08 10:08:50 +0800
  • 65ec9ed5a4 shared heap unit test and sample TL 2025-02-07 17:55:47 +0800
  • 26625ac18b update preallocated shared heap and shared heap chain sample and document TL 2025-02-05 15:03:27 +0800
  • 4355100102 preallocated shared heap and shared heap chain sample finished TL 2025-01-27 15:37:17 +0800
  • 21919b7fff preallocated shared heap and shared heap chain TL 2025-01-27 14:20:47 +0800
  • 0b0ef2d117 format TL 2025-02-05 15:49:01 +0800
  • e911813317 format and update shared heap boundary check in runtime API TL 2025-02-05 15:06:25 +0800
  • add69585b9 fix shared heap enhancement bugs and format code TL 2025-01-27 14:12:22 +0800
  • aebb391cf5 unify shared heap sample TL 2025-01-26 11:12:49 +0800
  • 1566ff1606 first draft of shared heap enhancement in interpreter and runtime: update interpreter TL 2025-01-26 11:11:40 +0800
  • 5c22e611cd first draft of shared heap enhancement in interpreter and runtime: update function signature TL 2025-01-24 14:45:08 +0800
  • 013306d67c first draft of shared heap enhancement in interpreter and runtime TL 2025-01-23 18:20:01 +0800
  • 3179b10d8a shared heap create from preallocated buffer and use as a single memory region TL 2025-01-16 13:41:03 +0800
  • 61910e6df2 Make sure that touching pages will not fail due to misconfigured protection Marcin Kolny 2025-02-06 22:45:32 +0000
  • 7b724e2382
    fix(aot): ensure value_cmp does not exceed br_count in branch table compilation (#4065) liang.he 2025-02-06 20:05:33 +0800
  • 7f7c7d4b4d fix(aot): ensure value_cmp does not exceed br_count in branch table compilation liang.he@intel.com 2025-02-06 08:03:04 +0000
  • e6a47d5cee
    In wasm32, fix potential conversion overflow when enlarging 65536 pages (#4064) TianlongLiang 2025-02-06 14:48:53 +0800
  • 99d0576a03 cr suggestions TL 2025-02-06 13:58:24 +0800
  • c99ae24fb6
    [fuzzing] execute every exported function (#3959) liang.he 2025-02-06 13:15:56 +0800
  • 376385c608
    Update memory allocation functions to use allocator user data (#4043) liang.he 2025-02-06 13:15:00 +0800
  • 3e5f64f4a7 fix enlarge 65536 pages conversion overflow in wasm32 TL 2025-02-06 11:24:59 +0800
  • 267379c2e8 Merge branch 'main' into godjan/iterate_callstack Georgii Rylov 2025-02-05 10:59:19 +0000
  • 171d35698a Cleanup check_version_h workflow by removing unnecessary outputs and permissions liang.he@intel.com 2025-01-21 01:49:29 +0000
  • 2c2829ffa5 Add workflow to confirm version.h is in sync and integrate it into Android compilation workflow liang.he@intel.com 2025-01-20 03:16:10 +0000
  • 10f12c030f Add version.h and update versioning documentation for embedded platforms liang.he@intel.com 2025-01-17 04:05:05 +0000
  • 4f7c5af046 Remove deprecated version.h file and update versioning documentation liang.he@intel.com 2025-01-10 08:03:32 +0000
  • 77e8a7d403 Refactor versioning documentation and adopt semantic versioning guidelines liang.he@intel.com 2024-12-26 00:56:22 +0000
  • b144e611a2 Add versioning information for libraries and executables across multiple platforms liang.he@intel.com 2024-12-24 02:01:18 +0000
  • e64685f43c Add versioning support and update CMake configuration liang.he@intel.com 2024-11-26 03:39:03 +0000
  • 67cd5043d3 initial Viacheslav Palchikov 2025-01-30 01:15:14 +0300
  • 41b2c6d0d5
    Show wasm proposals status during compilation and execution (#3989) liang.he 2025-02-05 15:28:26 +0800
  • c6712b4033
    add a validator for aot module (#3995) liang.he 2025-02-05 15:21:49 +0800
  • 58e56c3847 Remove unnecessary blank line in aot_perf_map.c for cleaner code liang.he@intel.com 2025-01-09 04:56:14 +0000
  • 6c0a4d406a Fix formatting issue in aot_perf_map.c for consistency liang.he@intel.com 2025-01-09 04:47:06 +0000
  • 1f97b4f779 Enable AOT validator in build configuration and update related source files liang.he@intel.com 2025-01-03 02:40:41 +0000
  • d3ef7b3b95 Add aot_validator.c to the build configuration liang.he@intel.com 2025-01-02 07:05:47 +0000
  • 4373555d18 Refactor source file list formatting in SConscript for improved readability liang.he@intel.com 2024-12-31 02:13:41 +0000
  • 89b077b275 Add AOT module validation to ensure memory constraints are met liang.he@intel.com 2024-12-30 23:39:17 +0000
  • b2c7cb2375
    Use wasm32-wasip1 instead of wasm32-wasi target for rust code (#4057) Marcin Kolny 2025-02-05 03:31:49 +0000
  • 85dabad252
    Merge pull request #4049 from bytecodealliance/main TianlongLiang 2025-02-05 10:12:58 +0800
  • b6765226b3 Add API for disabling native stack boundary checks Marcin Kolny 2025-01-31 18:37:02 +0000
  • 7f1e6125a2 build(deps): Bump github/codeql-action from 3.28.5 to 3.28.8 dependabot[bot] 2025-02-03 10:29:13 +0000
  • fede61ce25
    build(deps): Bump github/codeql-action from 3.28.5 to 3.28.8 dependabot[bot] 2025-02-03 10:29:13 +0000
  • 6f0e0e5f06 build(deps): Bump github/codeql-action from 3.28.1 to 3.28.5 dependabot[bot] 2025-01-27 10:37:29 +0000
  • 50faad0501
    Correctly use unsigned functions (#4055) Maks Litskevich 2025-02-01 04:15:51 +0000
  • 8ce74b75bb
    Fix load/store (#4054) Maks Litskevich 2025-02-01 04:14:35 +0000
  • 5dcffaa7d2
    Update Rust target from 'wasm32-wasi' to 'wasm32-wasip1' in CI (#4050) TianlongLiang 2025-02-01 12:14:06 +0800
  • 556f3e91cb initial Viacheslav Palchikov 2025-01-30 01:15:14 +0300
  • 4eedf4f561 t Ubuntu 2025-01-28 21:02:44 +0000
  • f7204bddfb standard frame is not supported when GC is enabled Georgii Rylov 2025-01-28 16:33:52 +0000
  • fb6c05e349 add correct frame size for aot standard frames Georgii Rylov 2025-01-28 16:14:01 +0000
  • b9039f986e Merge branch 'main' into godjan/iterate_callstack Georgii Rylov 2025-01-28 13:35:47 +0000
  • 478b373cda update signature Georgii Rylov 2025-01-28 13:27:01 +0000
  • 5bfbfd5f58 update typo in the comment Georgii Rylov 2025-01-28 11:36:59 +0000
  • b6daacb836 ignore frames with no function Georgii Rylov 2025-01-28 11:25:45 +0000
  • 6bfc08849a Calculate func_index instead of adding an extra field to wasm frame Georgii Rylov 2025-01-28 11:09:32 +0000
  • eb6ad31832 Use wasm32-wasip1 instead of wasm32-wasi target for rust code Marcin Kolny 2025-01-27 20:44:45 +0000
  • 9ff8052329 format Georgii Rylov 2025-01-27 15:08:58 +0000
  • c8b8731831 support standard frames as well Georgii Rylov 2025-01-27 15:08:03 +0000
  • 84d627db93 Fix load/store Maks Litskevich 2025-01-24 12:27:33 +0000
  • 7d16007349 Correctly select unsigned functions James Marsh 2025-01-06 15:53:06 +0000
  • bf6b15521a format Georgii Rylov 2025-01-27 11:42:12 +0000
  • 813831de0e keep devs notes out of public API Georgii Rylov 2025-01-27 11:39:53 +0000
  • 1b82cccff3 meaning of the return bool type in the callback Georgii Rylov 2025-01-27 11:35:56 +0000
  • 1f4d3dd4d4 clang-format Georgii Rylov 2025-01-27 11:31:02 +0000
  • d0c6da10ff wamr bool type Georgii Rylov 2025-01-27 11:28:30 +0000
  • acebb67a47
    build(deps): Bump github/codeql-action from 3.28.1 to 3.28.5 dependabot[bot] 2025-01-27 10:37:29 +0000
  • b04d9a6fe0 update Rust target in scripts and readme TL 2025-01-24 17:04:25 +0800
  • b11dbd85fe update Rust target in build script TL 2025-01-24 16:30:22 +0800
  • ba4e23cab8 update Rust target from 'wasm32-wasi' to 'wasm32-wasip1' in ci TL 2025-01-24 16:22:25 +0800
  • 1d5e1e1c10
    build(deps-dev): Bump vite and @vitejs/plugin-react dependabot[bot] 2025-01-21 21:36:26 +0000
  • e152d5126d Update memory allocation functions to use allocator user data liang.he@intel.com 2025-01-21 08:15:21 +0000
  • b6dea221a6
    Fix wasm loader check data segment count (#4039) TianlongLiang 2025-01-21 13:08:09 +0800
  • dc271055d0 Cleanup check_version_h workflow by removing unnecessary outputs and permissions liang.he@intel.com 2025-01-21 01:49:29 +0000
  • 44df601308 fix typo TL 2025-01-20 19:23:06 +0800
  • f622630abb code refactor TL 2025-01-20 18:36:19 +0800
  • 0bf3ad2ffc correctly report error when datacount section has non-zero data segment count while the data section is not present TL 2025-01-20 14:19:29 +0800
  • 7d8710cd35 Enhance Wasm proposals output for clarity and detail liang.he@intel.com 2025-01-20 05:52:27 +0000
  • 72f0b712d0 Refactor Wasm proposals message output for clarity and detail liang.he@intel.com 2025-01-16 09:06:03 +0000
  • 4834ab6aee Add Wasm proposal status printing functionality liang.he@intel.com 2024-12-26 06:30:23 +0000
  • 86ba8097c2 add default build configuration options and enhance message output for WAMR features liang.he@intel.com 2024-12-26 06:04:02 +0000
  • 4e97498f20 Add workflow to confirm version.h is in sync and integrate it into Android compilation workflow liang.he@intel.com 2025-01-20 03:16:10 +0000
  • f9cc6c5d26 Add version.h and update versioning documentation for embedded platforms liang.he@intel.com 2025-01-17 04:05:05 +0000
  • b52a91fdd8 Remove deprecated version.h file and update versioning documentation liang.he@intel.com 2025-01-10 08:03:32 +0000
  • 8ed56eecae Refactor versioning documentation and adopt semantic versioning guidelines liang.he@intel.com 2024-12-26 00:56:22 +0000
  • 6b06c1b0bf Add versioning information for libraries and executables across multiple platforms liang.he@intel.com 2024-12-24 02:01:18 +0000
  • cf1bad5024 Add versioning support and update CMake configuration liang.he@intel.com 2024-11-26 03:39:03 +0000
  • e3ddbd58f7
    Synchronize the GC spec tests to the commit from December 9. 2024. (#4022) liang.he 2025-01-20 09:41:47 +0800