Commit Graph

  • 3872df5ffa EH: don't call word_copy with zero size YAMAMOTO Takashi 2024-01-31 20:01:02 +0900
  • 9b666d0caa update release notes Wenyong Huang 2024-01-31 20:35:42 +0800
  • ce8d0af232 EH: fix build YAMAMOTO Takashi 2024-01-31 19:33:26 +0900
  • 0d057e02eb fix(aot): fix aot compilation on macos eloparco 2024-01-30 17:26:12 +0000
  • 5e9a693bc4 Always use mmap to allocate linear memory Marcin Kolny 2024-01-16 10:51:43 +0000
  • fc4d98859f add assert Xu Jun 2024-01-31 16:31:31 +0800
  • 01b27e27c2 update comments Xu Jun 2024-01-31 13:20:06 +0800
  • c6f79e9c06 fix block with parameter in polymorphic stack issue Xu Jun 2024-01-31 13:12:09 +0800
  • 10e87d2966
    EH: Don't call word_copy with zero size (#3105) YAMAMOTO Takashi 2024-01-31 22:54:19 +0900
  • 43c4a5c434
    exception handling: Fix build error (#3104) YAMAMOTO Takashi 2024-01-31 21:24:34 +0900
  • dfd2a5b0b4
    Fix AOT compilation on MacOS (#3102) Enrico Loparco 2024-01-31 13:06:22 +0100
  • 51e25ef01f
    fast-interp: Fix frame_offset pop order (#3101) Xu Jun 2024-01-31 19:26:27 +0800
  • 6a5236395c update release notes Wenyong Huang 2024-01-31 11:34:54 +0800
  • 4421a15e93 [fast-interp] fix frame_offset pop order Xu Jun 2024-01-31 06:09:54 +0800
  • 5a99866c01
    fast-interp: Fix stack recovery for else branch (#3100) Xu Jun 2024-01-31 11:23:23 +0800
  • af318bac81
    Implement Exception Handling for classic interpreter (#3096) Wenyong Huang 2024-01-31 08:27:17 +0800
  • 2fa5e4f9f8 [fast-interp] fix stack recovery for else branch Xu Jun 2024-01-30 23:54:13 +0800
  • 7e65f9a244
    aot: Fix LLVMSetTailCallKind check (#3099) YAMAMOTO Takashi 2024-01-30 21:50:33 +0900
  • 86757a0ca8 aot: fix LLVMSetTailCallKind check YAMAMOTO Takashi 2024-01-30 20:24:46 +0900
  • abd6d7b684 add rust linter liang.he@intel.com 2024-01-30 06:19:02 +0000
  • 627a264fce re-organize code layout liang.he@intel.com 2024-01-29 08:07:37 +0000
  • 170ae35131
    test_wamr.sh: Allow using test script on different platforms (#3098) Enrico Loparco 2024-01-30 04:02:40 +0100
  • e2908a2d92
    Update codeql_buildscript.sh: install ninja Brian 2024-01-29 15:48:49 -0500
  • 357465c8ab fix: allow using test script on macos eloparco 2024-01-29 17:31:37 +0000
  • 7f8e2133ec
    Fix windows build error and compilation warnings (#3095) Wenyong Huang 2024-01-29 18:57:57 +0800
  • a1441fdce2 replace switch with table liang.he@intel.com 2024-01-29 07:16:50 +0000
  • b474c96237 more opcodes liang.he@intel.com 2024-01-21 00:45:59 +0000
  • 8637885fd4 add opcode about call_indirect and more liang.he@intel.com 2023-10-25 05:33:22 +0000
  • 91b967ee93 add i32.trol liang.he@intel.com 2023-10-25 00:54:12 +0000
  • e5c0574b0e trace more control opcodes liang.he@intel.com 2023-10-19 01:13:13 +0000
  • 3fdf7ee9df correct func index liang.he@intel.com 2023-10-18 08:19:09 +0000
  • 2ef66f187a Usapply OT_GET_FUNCITON to o get trace pprinter liang.he@intel.com 2023-10-18 04:06:15 +0000
  • 8c9950d499 add offset, in a function, information into trace output liang.he@intel.com 2023-10-18 01:48:52 +0000
  • ea0ee91e51 add a trace mode for AOT liang.he@intel.com 2023-10-03 08:09:26 +0000
  • 5c0d4ac598 Merge branch main into dev/exce_handling Wenyong Huang 2024-01-27 16:31:50 +0800
  • 246c887f0d Fix windows build error and compile warnings Wenyong Huang 2024-01-27 10:00:14 +0800
  • b98f150f82
    CI: Update version of checkout to suppress warnings (#3093) Huang Qi 2024-01-27 07:55:49 +0800
  • 83c3ef0f46
    freertos: Thread exit more common (#3094) tkernelcn 2024-01-26 18:38:55 +0800
  • 99bbad8cdb
    perf profiling: Adjust the calculation of execution time (#3089) liang.he 2024-01-26 18:06:21 +0800
  • 5c2303f1de CI: Update checkout/cache to supress warnings Huang Qi 2024-01-26 16:31:26 +0800
  • 9fb5fcc709
    Add comments to suppress warning from clang-tidy (#3088) Huang Qi 2024-01-26 17:02:24 +0800
  • 9e3dead3b5 update comments for doc liang.he@intel.com 2024-01-26 09:02:19 +0000
  • ad46290770
    Update outdated reference link in multi_module.md (#3092) Huang Qi 2024-01-26 16:55:27 +0800
  • e70c5219c0 Merge branch main into dev/gc_refactor Wenyong Huang 2024-01-26 16:43:51 +0800
  • 7b040b1c44
    freertos: thread exit more common tkernelcn 2024-01-26 16:41:49 +0800
  • 32e858774a fix a bug about cstring lifetime and thread init liang.he@intel.com 2024-01-26 08:39:21 +0000
  • 7c08078b16 Update outdated reference link in multi_module.md Huang Qi 2024-01-26 16:13:46 +0800
  • c84d1a67c1 Add comments to suppress warning from clang-tidy Huang Qi 2024-01-26 10:44:29 +0800
  • c3e9b6dd08 add README.md liang.he@intel.com 2024-01-26 06:16:04 +0000
  • 611f5894ee adjust the calculation of execution time liang.he@intel.com 2024-01-26 03:59:07 +0000
  • 313ce8cb61
    Fix memory/table segment checks in memory.init/table.init (#3081) Wenyong Huang 2024-01-26 09:45:59 +0800
  • bca4ed4fee zephyr: include libc utils when building with WASI support Daniel Mangum 2024-01-25 09:10:38 -0500
  • 6daaf6d27a
    Fix inconsistent code style in aot_loader.c (#3082) Huang Qi 2024-01-25 17:19:14 +0800
  • 41a6177780 remove unused lines Wenyong Huang 2024-01-25 16:58:30 +0800
  • ef1de293b5 Update version number to 1.3.2 and update release notes Wenyong Huang 2024-01-25 16:55:43 +0800
  • 4acdac4fd6 Fix inconsistent code style in aot_loader.c Huang Qi 2024-01-25 16:34:11 +0800
  • 9afbeab1c8
    wasi: Apply wasm_runtime_begin_blocking_op to poll as well (#3080) YAMAMOTO Takashi 2024-01-25 17:29:34 +0900
  • b5125b0937 Fix opcode table.init Wenyong Huang 2024-01-24 20:44:50 +0800
  • e1e89bbf18 wasi: apply wasm_runtime_begin_blocking_op to poll as well YAMAMOTO Takashi 2024-01-24 15:13:19 +0900
  • bf9fb2e680
    cosmopolitan: Update compiler and update platform_internal.h (#3079) Gavin Hayes 2024-01-24 03:04:48 -0500
  • d815bbc3db
    README.md: Fix typo tunning to tuning (#3078) Bruce Mitchener 2024-01-24 14:35:45 +0700
  • f3476f9773 support set wasi arguments liang.he@intel.com 2024-01-24 01:41:22 +0000
  • 61fe78c9ff
    Fix download link for wasi-sdk (#3077) Bruce Mitchener 2024-01-24 12:42:45 +0700
  • 3fcd79867d
    Forward log and log level to custom bh_log callback (#3070) Enrico Loparco 2024-01-24 06:05:07 +0100
  • 47e1e064c0 cosmopolitan: use x86_64-unknown-cosmo- to build, update platform_internal.h Gavin Hayes 2024-01-23 23:42:25 -0500
  • 1505e61704
    Remove a lot of "unused parameter" warnings (#3075) Marcin Kolny 2024-01-24 03:21:13 +0000
  • 41e2acc457 feat(logs): redirect wamr logs to logger defined in embedder eloparco 2024-01-23 17:41:53 +0000
  • f56154ed80
    thread-mgr: Fix locking problems around aux stack allocation (#3073) YAMAMOTO Takashi 2024-01-24 10:46:53 +0900
  • 0eb788d711
    build_wamr.md: Update the document (#3074) Wenyong Huang 2024-01-24 09:45:57 +0800
  • a790305e51 remove unused function argument liang.he@intel.com 2024-01-24 01:05:54 +0000
  • b9aa556041 Fix download link for wasi-sdk. Bruce Mitchener 2024-01-23 23:22:56 +0700
  • 930a422248 README: Fix typo tunning -> tuning. Bruce Mitchener 2024-01-23 23:19:53 +0700
  • dc6598a24f Remove a lot of "unused parameter" warnings Marcin Kolny 2024-01-23 11:19:58 +0000
  • 9f64340529
    Fix some issues reported by CodeQL (#3064) Wenyong Huang 2024-01-23 21:38:30 +0800
  • 8951e6cfc7 fix link error Wenyong Huang 2024-01-23 21:34:21 +0800
  • 4d357af3c1 refine the format Wenyong Huang 2024-01-23 19:13:48 +0800
  • 2865c4c224 build_wamr.md: Update the document Wenyong Huang 2024-01-23 18:47:27 +0800
  • 2bf3c29154 apply new cases about function and module liang.he@intel.com 2024-01-22 20:46:33 +0000
  • 93edc1e111 Revert "feat(log): forward log level to custom vprintf" eloparco 2024-01-23 09:18:21 +0000
  • 5129dec363 Revert "test: add example to show usage of vprintf override" eloparco 2024-01-23 09:18:11 +0000
  • 7c812ece9a
    Enhance aot feature flags emit and load (#3048) Wenyong Huang 2024-01-23 16:15:04 +0800
  • 87164a85ca thread-mgr: fix locking problems around aux stack allocation YAMAMOTO Takashi 2024-01-23 13:28:35 +0900
  • 5ce2240d39 thread-mgr: use wasm_cluster_{allocate|free}_aux_stack YAMAMOTO Takashi 2024-01-23 13:21:58 +0900
  • ab97d543e0
    wasm_cluster_destroy_spawned_exec_env: Avoid "invalid exec env" trap (#3068) YAMAMOTO Takashi 2024-01-23 16:20:01 +0900
  • b44aa654b8
    aot_reloc_x86_64.c: Suggest to try --size-level=0 as well (#3067) YAMAMOTO Takashi 2024-01-23 14:00:19 +0900
  • c8b59588a7
    Enhance setting write gs base with cmake variable (#3066) Wenyong Huang 2024-01-23 12:21:20 +0800
  • 7f035d4206
    perf_tune.md: Add refine the calling processes between host and wasm (#3065) Wenyong Huang 2024-01-23 12:20:28 +0800
  • 4bafa40052
    nuttx: If STACK_GUARD_SIZE is not set, leave it to config.h (#2927) YAMAMOTO Takashi 2024-01-23 12:52:25 +0900
  • 1a00803b35 test: add example to show usage of vprintf override eloparco 2024-01-22 14:29:55 +0000
  • 3c48f889ff feat(log): forward log level to custom vprintf eloparco 2024-01-22 11:49:13 +0000
  • 805ff48408 add license header liang.he@intel.com 2024-01-22 13:09:19 +0000
  • 27dc029af2 update document examples liang.he@intel.com 2024-01-22 11:33:57 +0000
  • 34c9410369 refine the code Wenyong Huang 2024-01-22 19:18:55 +0800
  • 175ef3ef64 wasm_cluster_destroy_spawned_exec_env: avoid "invalid exec env" trap YAMAMOTO Takashi 2024-01-22 19:54:56 +0900
  • 96203f281f aot_reloc_x86_64: suggest to try --size-level=0 as well YAMAMOTO Takashi 2024-01-22 19:15:47 +0900
  • 3a5c8da96a Enhance setting write gs base with cmake variable Wenyong Huang 2024-01-22 17:19:51 +0800
  • dbf52cc4f8 update format Wenyong Huang 2024-01-22 11:56:31 +0800
  • 24a05bea60 perf_tune.md: Add refine the call processes between host and wasm Wenyong Huang 2024-01-22 11:53:28 +0800
  • 6d2c52b416 add function APIs liang.he@intel.com 2024-01-19 09:25:41 +0000
  • 25396a0295 restore code from invalid changes Wenyong Huang 2024-01-22 09:57:43 +0800