Commit Graph

  • ad5d31b9b0
    Expose more functions related to emitting AOT files (#3520) Xenia Lu 2024-06-14 15:57:45 +0800
  • 6621793acc
    Fix two fuzz issues (#3529) liang.he 2024-06-14 15:42:21 +0800
  • f844b33b2d
    Make wasi-nn backends as separated shared libraries (#3509) liang.he 2024-06-14 12:06:56 +0800
  • 3fffc1e0fa Fix few fuzz issues liang.he@intel.com 2024-06-14 02:14:55 +0000
  • 8c6d6819f8
    Applied code style suggestions Xenia Lu 2024-06-14 09:34:56 +0800
  • ca2e491426
    Expose APIs in aot_export.h Xenia Lu 2024-06-14 07:55:30 +0800
  • 46148bba33
    Removed the direct exposure of the AOTObjectData structure in aot_emit_aot_file.h Xenia Lu 2024-06-14 07:52:03 +0800
  • 2f9d137194 Rename wasm_table_type_get_element_kind to wasm_table_type_get_elem_kind Benbuck Nason 2024-06-13 11:23:46 -0700
  • d2b38f4aef Move elem_ref_type into WASMTableType Benbuck Nason 2024-06-13 11:13:51 -0700
  • 1434c45283
    build_llvm.py: Speed up llvm build with multi procs on windows (#3512) Wenyong Huang 2024-06-13 17:18:21 +0800
  • 40c41d5110
    Fix several issues reported by oss-fuzz (#3526) liang.he 2024-06-13 16:06:36 +0800
  • 9481a4b796 Fix several oss-fuzz problems liang.he@intel.com 2024-06-13 02:15:58 +0000
  • f5a90ed9f9 update comments Wenyong Huang 2024-06-13 15:18:50 +0800
  • 42ad4728f6
    wasm-mutator-fuzz: Fix build errors and warnings for macOS (#3519) YAMAMOTO Takashi 2024-06-13 08:48:55 +0900
  • 24c23b1627 Add table type API support Benbuck Nason 2024-06-06 12:58:23 -0700
  • b8c57f66fc
    Apply clang-format to fix code style problems Xenia Lu 2024-06-12 18:13:12 +0800
  • 8ea7469445
    Extract aot_emit_aot_file_buf_ex and expose friends Xenia Lu 2024-06-11 11:14:45 -0400
  • eaf39d7dc3
    Add aot_emit_aot_file.h Xenia Lu 2024-06-11 10:45:10 -0400
  • 709960b129 wasm-mutator-fuzz: fix build errors and warnings for macOS YAMAMOTO Takashi 2024-06-12 16:08:25 +0900
  • 54b0e73cb9
    wasm-mutator-fuzz: Use another variable to check if in oss-fuzz environment (#3518) liang.he 2024-06-12 11:13:22 +0800
  • a49d733bfe Use another variable to check if in oss-fuzz environment liang.he@intel.com 2024-06-11 23:28:06 +0000
  • 208ffd5c6e make wasi-nn backends as separatd shared libraries liang.he@intel.com 2024-06-04 02:11:50 +0000
  • 8860859bd3 fix coding style check Wenyong Huang 2024-06-11 11:52:21 +0800
  • 80052c0a19 wasm loader: Fix pop invalid offset count when stack top is ANY Wenyong Huang 2024-06-11 11:44:29 +0800
  • beb9858bff
    Merge branch 'dev/checkpoint_and_restore' into main victoryang00 2024-05-30 19:52:38 +0800
  • 9096c84634
    Merge branch 'dev/checkpoint_and_restore' into main victoryang00 2024-05-27 02:36:53 +0800
  • 6952a120ec
    Enhance wasm with checkpoint and restore support (#2333) - Add wasm_runtime_checkpoint/wasm_runtime_restore API - Support AOT and Classic Interpreter mode checkpoint and debug through OS signal, tested on windows/mac/linux aarch64/x64 - Static instrument the AOT to have the checkpoint and restore switches - Add sub extra library folder for implementing the ckpt-restore - Include extra dependency of yalantinglib victoryang00 2024-04-25 14:43:08 -0700
  • 1acd1232d0
    Add wasm_runtime_detect_native_stack_overflow_size (#3355) YAMAMOTO Takashi 2024-04-26 17:00:58 +0900
  • 5839425d95
    Update version number to 2.0.0 and update release notes (#3327) Wenyong Huang 2024-04-20 10:16:34 +0800
  • ce8331300c
    thread mgr: Free aux stack only when it was allocated (#3282) Wenyong Huang 2024-04-08 09:06:49 +0800
  • 6956e0a8f0
    Enhance wasm loading with LoadArgs and support module names (#3265) liang.he 2024-04-07 15:04:35 +0800
  • 96ffe8f4e1
    Revert "lldb_function_to_function_dbi: A hack to avoid crashing on C++ methods (#3190)" (#3281) YAMAMOTO Takashi 2024-04-06 16:00:48 +0900
  • de591901a0
    Implement memory64 for classic interpreter (#3266) Wenyong Huang 2024-04-02 15:22:07 +0800
  • 90a5976c25
    CodeQL: Add more build combinations and disable run on PR (#3246) Wenyong Huang 2024-03-21 14:18:27 +0800
  • e55babb63a
    Add CodeQL Workflow for Code Security Analysis (#2812) Brian 2024-03-21 05:37:47 +0100
  • defcae8bff
    trans_wasm_func_name.py: Correct function index during translation (#3232) liang.he 2024-03-18 10:32:55 +0800
  • 5eb4ebfb4d
    Refactor APIs and data structures as preliminary work for Memory64 (#3209) Wenyong Huang 2024-03-12 11:38:50 +0800
  • 62a1a18b60
    Get location info from function indexes in addr2line script (#3206) Enrico Loparco 2024-03-08 03:20:04 +0100
  • 71cb4477ce
    Revert PR #3194 (#3199) liang.he 2024-03-05 18:13:33 +0800
  • 8aee5a70d1
    lldb_function_to_function_dbi: A hack to avoid crashing on C++ methods (#3190) YAMAMOTO Takashi 2024-03-04 18:08:11 +0900
  • 50703701c7
    Merge branch 'dev/checkpoint_and_restore' into main victoryang00 2024-05-01 14:14:42 -0700
  • 0f7ec2e140
    Enhance wasm with checkpoint and restore support (#2333) - Add wasm_runtime_checkpoint/wasm_runtime_restore API - Support AOT and Classic Interpreter mode checkpoint and debug through OS signal, tested on windows/mac/linux aarch64/x64 - Static instrument the AOT to have the checkpoint and restore switches - Add sub extra library folder for implementing the ckpt-restore - Include extra dependency of yalantinglib victoryang00 2024-04-25 14:43:08 -0700
  • e38092af1b address comments Wenyong Huang 2024-06-07 16:01:46 +0800
  • ecf076f085 build_llvm.py: Speed up llvm build with multiple procs (#3497) liang.he 2024-06-07 10:49:44 +0800
  • ac308c4fa9
    Merge pull request #3511 from bytecodealliance/main Wenyong Huang 2024-06-07 11:14:08 +0800
  • 028f43bc18
    Fix compilation warnings of wasi-nn (#3497) liang.he 2024-06-07 10:49:44 +0800
  • bd44117676
    Add wasi-nn example as smoke test case (#3501) liang.he 2024-06-07 10:26:09 +0800
  • dc21c62431
    Add missing functions to make RIOT work with the 2.x.x version (#3508) Berthelot Mewen 2024-06-07 03:40:35 +0200
  • cdb4e378c5 Fix compilation warnings of wasi-nn liang.he@intel.com 2024-06-04 11:33:10 +0800
  • 4f3288ae03 Added missing functions to make RIOT work with the 2.x.x version mewen.berthelot 2024-06-06 11:38:57 +0200
  • 8f86b37616
    Update release notes (#3506) WAMR-2.1.0 Wenyong Huang 2024-06-06 10:26:50 +0800
  • 8d03393463 add bump requests Wenyong Huang 2024-06-06 10:09:55 +0800
  • 53f26e436b
    Bump requests from 2.32.2 to 2.32.3 in /build-scripts (#3494) dependabot[bot] 2024-06-06 10:09:19 +0800
  • fdf173e9c0 Update release notes Wenyong Huang 2024-06-06 09:57:04 +0800
  • 5d1f19fc09
    Fix wasm_mini_loader.c build when jit or multi-module is enabled (#3502) Benbuck Nason 2024-06-05 18:53:22 -0700
  • 421a6c4301
    Fix posix build when libc wasi is disabled and debug interp is enabled (#3503) Benbuck Nason 2024-06-05 18:37:28 -0700
  • 06fa7c3a5e
    Update wasm_mini_loader.c Wenyong Huang 2024-06-06 09:27:48 +0800
  • 8239dd4aa7
    Add wasm_export.h APIs to expose memory type (#3496) Benbuck Nason 2024-06-05 18:20:24 -0700
  • 6897225d00 Remove wasm_memory_inst_t Benbuck Nason 2024-06-05 09:45:29 -0700
  • 7b92cfccb8 Add wasi-nn example as smoke test cases liang.he@intel.com 2024-06-04 07:56:58 +0000
  • 498a2d6cec Remove wasm_runtime_get_export_memory_inst() Benbuck Nason 2024-06-04 20:17:34 -0700
  • 167423aaa1 Fix posix no libc wasi debug interp build Benbuck Nason 2024-06-04 18:32:23 -0700
  • 9eb8570977 Fix wasm_mini_loader.c jit / multi-module compile Benbuck Nason 2024-06-04 11:36:45 -0700
  • c29ccf9e88 Add wasm_export.h APIs to expose memory type Benbuck Nason 2024-06-04 10:12:28 -0700
  • e8b8e6a7d1 Update unit test 'runtime-common' Zhang Yi 2024-06-04 18:29:53 +0800
  • 3fbb7fca25
    Update version to 2.1.0 and update release notes (#3481) Marcin Kolny 2024-06-04 09:27:06 +0100
  • 85430038fb Update version to 2.1.0 and update release notes Marcin Kolny 2024-05-29 20:06:02 +0100
  • 0712c7f361
    Fix CI build and run unit tests (#3499) Wenyong Huang 2024-06-04 14:47:42 +0800
  • b46ddca1fc restore linear_memory_aot_test.cc Wenyong Huang 2024-06-04 14:25:52 +0800
  • 491acf37d2 build wamrc Wenyong Huang 2024-06-04 13:56:08 +0800
  • b5e6dd89e6 Fix CI build and run unit tests Wenyong Huang 2024-06-04 13:47:39 +0800
  • 2c231d0fb5 Fix interpreter test case failure liang.he@intel.com 2024-06-04 05:38:47 +0000
  • 56b42908a8
    Fix internal global getter types (#3495) Benbuck Nason 2024-06-03 20:29:31 -0700
  • 380cd7b0e7
    Add unit test suites (#3490) Zhang, Yi 2024-06-04 11:24:27 +0800
  • 3c6d1d7c61 Fix internal global getter types Benbuck Nason 2024-06-03 10:40:31 -0700
  • 0a80cc4e94
    Fix wasm loader check data segment count (#3492) Wenyong Huang 2024-06-03 19:48:11 +0800
  • d893bc67f1
    Bump requests from 2.32.2 to 2.32.3 in /build-scripts dependabot[bot] 2024-06-03 10:19:32 +0000
  • 7057aa0aae fix load_user_section Wenyong Huang 2024-06-03 17:59:05 +0800
  • 00af6ced9e Fix wasm loader check data segment count Wenyong Huang 2024-06-03 15:26:44 +0800
  • c93963fe0b update unit test suites gc & aot-stack-frame Zhang Yi 2024-05-31 23:46:19 +0800
  • 79ad3d340a update code style of some files. Zhang Yi 2024-05-31 21:22:54 +0800
  • a14c8c00af Remove test_aot.h of unit test aot-stack-frame, this file is generated automatically. Zhang Yi 2024-05-31 21:04:12 +0800
  • 39f0713e16 Add Unit test suites for WAMR. Zhang Yi 2024-05-31 19:38:02 +0800
  • 082cfa1c4f
    Correct nuttx repo names (#3484) Wenyong Huang 2024-05-31 15:39:23 +0800
  • ab4e17b701
    Modify logging for windows exception handler and remove unused function (#3489) TianlongLiang 2024-05-31 13:07:56 +0800
  • f635ab9655
    Enable building static library on Android platform (#3488) Wenyong Huang 2024-05-31 12:11:11 +0800
  • 23e1d51587
    Fix loader parse block type and calculate dynamic offset for loop args (#3482) Wenyong Huang 2024-05-31 11:32:36 +0800
  • 67638e24f4
    wasm-mutator-fuzz: Generate more kinds of corpus (#3487) liang.he 2024-05-31 11:16:14 +0800
  • 87341783ff modified logging for windows exception handler and removed unused function TL 2024-05-31 10:37:24 +0800
  • 8d38018161 generate more kinds of corpus liang.he@intel.com 2024-05-30 06:27:37 +0000
  • 725fdfe068 Enable building static library on Android platform Wenyong Huang 2024-05-31 09:26:47 +0800
  • 5623e4d22a
    Fix memory64 handling find_block_addr and execute_main (#3480) Wenyong Huang 2024-05-30 16:14:12 +0800
  • 1f8a78d61a
    posix iwasm: Make the timeout logic a bit more robust (#3478) YAMAMOTO Takashi 2024-05-30 16:55:24 +0900
  • 115a4767df
    Bump requests from 2.31.0 to 2.32.2 in /build-scripts (#3474) dependabot[bot] 2024-05-30 15:42:37 +0800
  • d29802c451
    Fix two issues to make fuzzing test quit earlier (#3471) liang.he 2024-05-30 14:55:21 +0800
  • a3bcad6224
    Merge pull request #921 from bytecodealliance/main Wenyong Huang 2024-05-30 14:10:04 +0800
  • 11a3593dac
    Merge pull request #920 from bytecodealliance/main Wenyong Huang 2024-05-30 14:09:19 +0800
  • a2a8b32456
    Fix test-wamr-ide CI failure (#3485) Wenyong Huang 2024-05-30 14:08:18 +0800
  • 07a3779226 Fix test-wamr-ide CI failure Wenyong Huang 2024-05-30 12:34:10 +0800
  • 44ebfb23e3 Fix two problems will make fuzzing quits eariler liang.he@intel.com 2024-05-23 01:36:52 +0000