Commit Graph

  • e6a47d5cee
    In wasm32, fix potential conversion overflow when enlarging 65536 pages (#4064) main TianlongLiang 2025-02-06 14:48:53 +0800
  • 99d0576a03 cr suggestions TL 2025-02-06 13:58:24 +0800
  • 18fbfd4bb4
    Merge b6765226b3 into c99ae24fb6 Marcin Kolny 2025-02-06 13:30:52 +0800
  • 62031ecff9
    Merge de2528b469 into c99ae24fb6 YAMAMOTO Takashi 2025-02-06 16:23:45 +1100
  • 7183907c2f
    Merge 267379c2e8 into c99ae24fb6 Georgii Rylov 2025-02-06 05:16:17 +0000
  • 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
  • 58863b2079
    Merge ed152e847a into 171d35698a Stefan Wallentowitz 2025-02-06 13:07:40 +0900
  • 9335e3912c
    Merge b1fc53b953 into 171d35698a Wenyong Huang 2025-02-06 12:57:21 +0900
  • 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
  • dc16478d43
    Merge 2ad362ce6f into 50faad0501 Maks Litskevich 2025-02-05 10:34:16 +0000
  • 2ad362ce6f
    Merge branch 'dev/simd_for_interp' into makslit/local_global Maks Litskevich 2025-02-05 10:34:12 +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
  • 3954502bec
    Merge 0cfe3ce452 into 67cd5043d3 James Ring 2025-02-05 18:28:02 +0800
  • 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 dev/shared_heap 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) dev/simd_for_interp 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
  • 8cae7cc02b Fixes Maks Litskevich 2025-01-28 16:06:15 +0000
  • 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
  • 632f662b8a
    Update core/iwasm/interpreter/wasm_opcode.h Maks Litskevich 2025-01-28 13:03:24 +0000
  • 1a6a2e74d4
    Update core/iwasm/interpreter/wasm_opcode.h Maks Litskevich 2025-01-28 13:02:57 +0000
  • 7f91bbe03e
    Update core/iwasm/interpreter/wasm_opcode.h Maks Litskevich 2025-01-28 13:02:48 +0000
  • debeef54f5
    Update core/iwasm/interpreter/wasm_opcode.h Maks Litskevich 2025-01-28 13:02:41 +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
  • b8c9245065 correct endif wasm loader Maks Litskevich 2025-01-27 16:03:59 +0000
  • 46bc07bb25 formatting commit Maks Litskevich 2025-01-27 15:57:58 +0000
  • 8ea3e7fee3 Fix load/load_splat macros James Marsh 2025-01-22 10:09:54 +0000
  • 2bc58d6343 Fix incorrect memory overflow values + SIMD ifdefs James Marsh 2025-01-24 18:07:37 +0000
  • a374d6c54f implement globals Maks Litskevich 2025-01-21 19:16:13 +0000
  • ec871e6536 Fix splat opcodes, add V128 handling in preserve_referenced_local and reserve_block_ret James Marsh 2025-01-21 18:23:58 +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
  • 59afd0187d implement local and function calls for v128 in the fast interpreter Maks Litskevich 2025-01-03 14:24:36 +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
  • ace573c7cd
    Merge df7013ffa4 into b6dea221a6 YAMAMOTO Takashi 2025-01-26 20:05:51 +0000
  • 86a82213f4
    Merge f5d89d16a1 into b6dea221a6 YAMAMOTO Takashi 2025-01-26 20:03:57 +0000
  • 38403539e5
    Merge 91dd6f0a0e into b6dea221a6 Huang Qi 2025-01-26 20:00: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
  • 831e4bbfd5
    Refine getting const offsets in wasm loader of fast-interp (#4012) Wenyong Huang 2025-01-20 09:39:32 +0800
  • 9fe54b862c change i64_const_size to i64_const_max_num, add comments Wenyong Huang 2025-01-19 09:31:21 +0800
  • 68e4534822 Iterate callstack API Georgii Rylov 2025-01-17 16:16:45 +0000
  • 87d6ca8684 bypass gc test as a workaround liang.he@intel.com 2025-01-17 08:22:38 +0000
  • 23c5f082e8 Add OCaml setup steps for GC test options in workflow liang.he@intel.com 2025-01-17 07:44:13 +0000