Commit Graph

  • c1535e9220 Fix compile target options in test_wamr.sh Huang Qi 2023-11-24 16:32:38 +0800
  • 63e4abbdfe Update compile target options in test_wamr.sh Huang Qi 2023-11-24 15:47:23 +0800
  • 5843f40250 Update WAMR_BUILD_TARGET for ARM64 architecture Huang Qi 2023-11-24 15:33:05 +0800
  • 35f3894238 Run spec test for classic/fast-interp in NuttX CI Huang Qi 2023-11-23 14:54:18 +0800
  • 754d013e62 fix opcode victoryang00 2023-11-24 18:00:02 +0000
  • 1ceb8ff6ab address PR comments Xu Jun 2023-11-25 00:09:46 +0800
  • 5f7079f0f5
    Return error when shutdown() fails (#2801) Marcin Kolny 2023-11-24 13:03:59 +0000
  • d110c68aef Return error when shutdown() fails Marcin Kolny 2023-11-20 11:56:49 +0000
  • 1ba4acd1c7
    Fix wamr-test-suites script for macos (#2819) Wenyong Huang 2023-11-24 16:21:05 +0800
  • e5b4ecedf1 update Breaking Changes Wenyong Huang 2023-11-24 16:13:48 +0800
  • d86e001a40 Refine the GC frame ref flag commit Wenyong Huang 2023-11-24 16:00:36 +0800
  • 6e44223360 add func stop and remove the wasi victoryang00 2023-11-24 05:12:44 +0000
  • 69f5815066 Update version number and release notes Wenyong Huang 2023-11-24 12:27:06 +0800
  • 9250e66027 Fix wamr-test-suites script for macos Wenyong Huang 2023-11-24 10:05:35 +0800
  • 2a3c93f502
    Fix typos in zephyr platform struct descriptions (#2818) Daniel Mangum 2023-11-23 18:47:38 -0600
  • d73f335cfe Fix typos in zephyr platform struct descriptions Daniel Mangum 2023-11-23 12:54:41 -0500
  • b0a2266c99 export wasm_runtime_shared_mem_lock/unlock Wenyong Huang 2023-11-23 18:41:46 +0800
  • 00867bb663 Grab shared memory lock for bulk memory copy/fill Wenyong Huang 2023-11-23 17:23:44 +0800
  • ea4ff91e20
    build wamrc Brian 2023-11-22 22:30:12 -0500
  • 890c58dbff add judement on endptr!=NULL HongxiaWangSSSS 2023-11-23 11:00:21 +0800
  • cb44e56b4e
    Fix Zifencei extension issue in RISC-V (#2807) Huang Qi 2023-11-23 10:23:33 +0800
  • 9f8167316b
    Add release process of wamr-sdk (#2810) Qiang 2023-11-23 10:20:25 +0800
  • d47fe0ac3d Fix Zifencei extension issue in RISC-V Huang Qi 2023-11-21 15:28:19 +0800
  • 2175910bac
    Update Zephyr support to v3.5.0 and make instructions generic to boards (#2805) Daniel Mangum 2023-11-22 19:56:04 -0600
  • 326ce56b6d
    Update codeql.yml with build script Brian 2023-11-22 19:49:19 -0500
  • 1960234926
    Modifying name to follow guidelines Brian 2023-11-22 19:48:54 -0500
  • d43c71e980
    Update CodeQL build script Brian 2023-11-22 19:32:29 -0500
  • 4a7237acb9 fix build error for JIT mode Xu Jun 2023-11-22 21:08:53 +0800
  • a0f4e6d092 fix ci erorr Xu Jun 2023-11-22 20:59:43 +0800
  • 29f81f5caa auto format Xu Jun 2023-11-22 20:07:59 +0800
  • 363c362458 enable stringref aot Xu Jun 2023-11-22 19:53:36 +0800
  • c4010b0d3a
    Fix GC AOT on 32bit target (#2814) Xu Jun 2023-11-23 18:48:19 +0800
  • ac51e3c868 remove unused fields Xu Jun 2023-11-22 18:08:58 +0800
  • b4c7ac99f1 address PR comments Xu Jun 2023-11-22 18:02:37 +0800
  • 12286aef66 fix ci error Xu Jun 2023-11-22 14:29:36 +0800
  • 40877ec271 fix GC aot on 32bit target Xu Jun 2023-11-22 12:49:47 +0800
  • 5d9cbfe109
    Implement GC AOT object reclaim process (#2762) Wenyong Huang 2023-11-22 14:39:07 +0800
  • 41ea014d88 Disable AOT for esp32c3_devkitm target Daniel Mangum 2023-11-22 00:28:11 -0500
  • 2333c21ca9 Remove no longer supported esp32 target Daniel Mangum 2023-11-22 00:22:25 -0500
  • 0453558bff Remove unneeded espressif toolchain selectors Daniel Mangum 2023-11-22 00:21:13 -0500
  • 5419722ce9 Add example target builds to README.md Daniel Mangum 2023-11-21 23:50:54 -0500
  • f608ae51d3 Move common config to prj.conf Daniel Mangum 2023-11-21 09:25:57 -0500
  • 3e7c81a2ba Update Zephyr README.md to be generic towards all boards Daniel Mangum 2023-11-20 11:24:31 -0500
  • 71733f57ce Drop esp32 conditionals in Zephyr sample Daniel Mangum 2023-11-20 11:23:04 -0500
  • 524f38db6b Update changed board names in Zephyr Daniel Mangum 2023-11-20 11:22:29 -0500
  • c72e1cd672 forget to update submodule in wamr-app-famework FromLiQg 2023-11-22 12:22:28 +0800
  • f9e8b9535e
    Attestation: Free JSON from the Wasm module heap (#2803) Jämes Ménétrey 2023-11-22 03:48:14 +0100
  • 4d5eb346fc
    Change is_shared_memory type from bool to uint8 (#2800) Wenyong Huang 2023-11-22 10:38:08 +0800
  • d215e8e650 fix some issues found Wenyong Huang 2023-11-22 09:10:57 +0800
  • b22d88c56f add release process of wamr-sdk FromLiQg 2023-11-21 21:39:58 +0800
  • d3c6ec6a12 attestation: type of evidence_json is now uint32_t Jämes Ménétrey 2023-11-21 09:45:34 +0000
  • 0b29904f26
    Fix configurable bounds checks typo (#2809) Huang Qi 2023-11-21 17:32:45 +0800
  • c1811e77d7 Support wasi-nn using esp-tflite-micro for XTENSA in nuttx qinzh 2023-11-21 16:16:58 +0800
  • cf79658fc2 Fix configurable bounds checks typo Huang Qi 2023-11-21 16:49:28 +0800
  • 59bccdfed8
    PR2 Exception Handling Support (#2785) Ricardo Aguilar 2023-11-20 23:27:43 -0700
  • 49e9fde502 Merge commit '1379e247ecfdcb0e5d81d636426abaa72d47f056' into dev/exce_handling Ricardo Aguilar 2023-11-20 18:34:57 +0000
  • 1379e247ec pr2 eh support - tag mem cleanup, code spec updates Ricardo Aguilar 2023-11-20 18:33:42 +0000
  • 1855eb4aaf Update Zephyr Dockerfile to v3.5.0 and latest SDK Daniel Mangum 2023-11-20 11:20:16 -0500
  • 9c351deeaa Drop old Zephyr Dockerfile Daniel Mangum 2023-11-20 11:17:55 -0500
  • 99802b6bf8 attestation: free JSON from the Wasm module heap Jämes Ménétrey 2023-11-20 14:00:44 +0000
  • b81b4f3d41 Change is_shared_memory type to uint8 Wenyong Huang 2023-11-20 18:25:30 +0800
  • 9ad42290d8
    Fix formatting in wasm_dump_perf_profiling (#2799) Huang Qi 2023-11-20 18:06:35 +0800
  • 7f984f9b42 fix commit ref issues Wenyong Huang 2023-11-20 18:00:32 +0800
  • 103cb89593
    aot compiler: Fix handle next reachable if block (#2793) Wenyong Huang 2023-11-20 17:14:10 +0800
  • a57e70016a
    Fix memory.init opcode issue in fast-interp (#2798) TianlongLiang 2023-11-20 16:25:43 +0800
  • b9a35e67e0 Fix formatting in perf profiling output Huang Qi 2023-11-20 14:02:41 +0800
  • 4b46f0ef6d fix memory.init opcode bug in fast interp running mode TL 2023-11-20 13:23:00 +0800
  • aebe30426f
    Fix formatting in aot_dump_perf_profiling (#2796) Huang Qi 2023-11-20 12:11:02 +0800
  • 73cd1969f4
    Add support for custom sections in nuttx (#2795) Huang Qi 2023-11-20 11:37:51 +0800
  • 2dc11f3fc7 Fix formatting in aot_dump_perf_profiling Huang Qi 2023-11-20 11:23:27 +0800
  • 2f2e035ae2 Add support for custom sections in nuttx Huang Qi 2023-11-20 11:08:46 +0800
  • d4184968c0
    Fix build error of libsodium benchmark (#2792) Wenyong Huang 2023-11-20 10:45:02 +0800
  • e8c8f7fca6
    Fix return type in wasm_loader_get_custom_section (#2794) Huang Qi 2023-11-20 10:36:15 +0800
  • 0bb157b88a
    Fix comment in WAMR_MEM_DUAL_BUS_MIRROR (#2791) Daniel Mangum 2023-11-19 21:25:00 -0500
  • 657fd7bb42
    Fix broken links in app-mgr README.md (#2786) Daniel Mangum 2023-11-19 21:04:45 -0500
  • 85ea102280 Fix return type in wasm_loader_get_custom_section function Huang Qi 2023-11-20 09:49:47 +0800
  • c32d90763a fix handle next reachable if block Wenyong Huang 2023-11-20 09:29:14 +0800
  • 4738fea223 Fix build error of libsodium benchmark Wenyong Huang 2023-11-20 08:46:48 +0800
  • e556b56f49 Fix comment in WAMR_MEM_DUAL_BUS_MIRROR Daniel Mangum 2023-11-19 14:17:57 -0500
  • 95ee4207f3 fix rtt_types and commit params to native func frame Wenyong Huang 2023-11-19 19:35:32 +0800
  • 68f6156347 Fix broken links in app-mgr README.md Daniel Mangum 2023-11-18 09:39:12 -0500
  • 11aba9d2cc Fix aot compiler issues Wenyong Huang 2023-11-18 19:42:29 +0800
  • 0296de46c8 Merge branch 'dev/pr2_eh_support_update' Ricardo Aguilar 2023-11-18 02:47:08 +0000
  • effc0b547f Merge commit 'b0a4644c828ec72860fa854ccd97a28533804fb9' Ricardo Aguilar 2023-11-18 01:40:08 +0000
  • 748e745088
    Disable FPU in NuttX spec test (#2781) Huang Qi 2023-11-18 09:09:30 +0800
  • be05af79fb
    Refine atomic operation flags in bh_atomic.h (#2780) Huang Qi 2023-11-18 08:59:58 +0800
  • 562a5dd1b6
    Fix data/elem drop (#2747) YAMAMOTO Takashi 2023-11-18 09:50:16 +0900
  • eabc0b827a
    Disable FPU in NuttX spec test Huang Qi 2023-11-16 17:13:13 +0800
  • 5ce8b1392a
    Refine atomic operation flags in bh_atomic Huang Qi 2023-11-16 16:25:46 +0800
  • 5399e95317 address comments Wenyong Huang 2023-11-17 20:31:19 +0800
  • 08c0ec74c4
    More precise help info of enabled targets for wamrc (#2783) TianlongLiang 2023-11-17 19:05:00 +0800
  • 45aca70494 core/shared/utils/bh_bitmap.c: remove inclusions of standard headers YAMAMOTO Takashi 2023-11-17 19:40:32 +0900
  • b39fd516d3
    Use next generation crypto API on Windows (#2769) zoraaver 2023-11-17 10:40:29 +0000
  • cd5cc58799 Merge commit '69f5cbbd43356215aac95dd3d0324e74adaa1f70' into dev/exce_handling Ricardo Aguilar 2023-11-17 09:37:55 +0000
  • d0295eac9f Merge commit '776e16807066b4cec88c05de950a215e11be75f0' into dev/exce_handling Ricardo Aguilar 2023-11-17 09:35:48 +0000
  • 69f5cbbd43 decouple multimode from eh, fix associated tests cases Ricardo Aguilar 2023-11-17 09:14:00 +0000
  • baba857ff3 sprinkle WASM_ENABLE_BULK_MEMORY/WASM_ENABLE_REF_TYPES ifdefs YAMAMOTO Takashi 2023-11-17 16:28:21 +0900
  • c5aed3c30e interpreter: avoid zero-sized bitmap allocations YAMAMOTO Takashi 2023-11-17 16:13:55 +0900
  • c829b33f89 aot: avoid zero-sized bitmap allocations YAMAMOTO Takashi 2023-11-17 16:13:22 +0900
  • 2114533f91 more precise help info of enabled targets for wamrc TL 2023-11-17 14:14:20 +0800