Commit Graph

  • 79d5ef34d7 some update TL 2024-02-29 18:41:51 +0800
  • a03917c03c fix bug TL 2024-02-29 14:16:02 +0800
  • 2012c93d8a fix bug TL 2024-02-28 17:50:13 +0800
  • b43d7f8f44 some update TL 2024-02-28 13:32:13 +0800
  • 5439851391 some update TL 2024-02-28 11:37:04 +0800
  • f3dde50d6f some update TL 2024-02-27 18:38:02 +0800
  • ef6b1272c4 refactor apis and data structures, and remove some optimization TL 2024-02-27 17:21:38 +0800
  • 904c399adf
    Merge pull request #3203 from bytecodealliance/main Wenyong Huang 2024-03-06 10:07:22 +0800
  • a43018ff72
    Update document to add wamr-rust-sdk introduction (#3204) Wenyong Huang 2024-03-06 09:29:40 +0800
  • 91608116e9
    Remove unused files (#3205) liang.he 2024-03-06 09:26:46 +0800
  • c1ae99f4fe remove unused files liang.he@intel.com 2024-03-06 01:23:04 +0000
  • d555c16d11
    Revert PR #3194 (#3199) liang.he 2024-03-05 18:13:33 +0800
  • 7692f32a94
    Allow overriding max memory on module instantiation (#3198) Enrico Loparco 2024-03-05 10:53:26 +0100
  • 7e1b36acfa fix: add checks on overwritten max memory eloparco 2024-03-04 10:55:19 +0000
  • 1599e7d50e Revert pr#3194. liang.he@intel.com 2024-03-04 03:49:17 +0000
  • 9db20f88e3 correct macro control when embed wamr TL 2024-03-04 17:18:01 +0800
  • 0e8d949440
    lldb_function_to_function_dbi: A hack to avoid crashing on C++ methods (#3190) YAMAMOTO Takashi 2024-03-04 18:08:11 +0900
  • 01575fc6da
    Download jetstream src from github instead of browserbench.org (#3196) Wenyong Huang 2024-03-04 14:20:07 +0800
  • dce791e66f
    Merge branch 'bytecodealliance:dev/gc_refactor' into dev/gc_refactor Liangyu Zhang 2024-03-04 09:37:30 +0800
  • cd63b3b8f2
    Fix LLVM assertion failure and update CONTRIBUTING.md (#3197) TianlongLiang 2024-03-04 09:01:40 +0800
  • bab944aec1
    Move wamr-rust-sdk content to another separate repo (#3191) liang.he 2024-03-04 08:58:40 +0800
  • 9af9b4c876 feat: allow overwriting max memory on module instantiation eloparco 2024-03-01 16:03:04 +0000
  • 848dcee275 fix LLVM assertion failure and update CONTRIBUTING.md TL 2024-03-01 16:22:59 +0800
  • 46c894d228 Download jetstream src from github instead of browserbench.org Wenyong Huang 2024-03-01 14:40:01 +0800
  • 1b9fbb162f
    addr2line.py: Fix issue of applying offset in call stacks information (#3194) liang.he 2024-03-01 10:56:36 +0800
  • 21819fcff6
    Fix dynamic offset in BR for block with return type (#3192) Xu Jun 2024-03-01 10:15:17 +0800
  • 3777f9b287 fix a bug when applying offset in call stacks information liang.he@intel.com 2024-03-01 02:14:46 +0000
  • 95ae3e7dfe Move wamr-rust-sdk content to another separate repo liang.he@intel.com 2024-02-29 09:36:01 +0000
  • 5635244169
    Remove unused core/app-mgr folder (#3186) Wenyong Huang 2024-02-29 16:16:02 +0800
  • 4c3f20073b lldb_function_to_function_dbi: a hack to avoid crashing on C++ methods YAMAMOTO Takashi 2024-02-29 14:09:49 +0900
  • 8727bddd4c lldb_function_to_function_dbi: fix a null dereference YAMAMOTO Takashi 2024-02-29 13:47:44 +0900
  • 226594927a fix dynamic offset in BR for block with return type Xu Jun 2024-02-29 10:15:20 +0800
  • 503c9694c8
    lldb_function_to_function_dbi: Fix a null dereference (#3189) YAMAMOTO Takashi 2024-02-29 15:03:49 +0900
  • b11b74722e Remove unused app-mgr folder Wenyong Huang 2024-02-29 09:20:12 +0800
  • bc4f8ab0a5
    Specify language in the wasi socket ext project (#3183) Marcin Kolny 2024-02-28 11:35:00 +0000
  • c4d2d48981 Specify language in the wasi socket ext project Marcin Kolny 2024-02-28 09:08:30 +0000
  • c949f3d2aa
    zephyr: Implement Alloc_With_System_Allocator (#3179) mkolchurin 2024-02-28 06:18:23 +0300
  • e0c0fa788b Rename wamr-sys to wamr-sys-gen liang.he@intel.com 2024-02-28 03:02:32 +0000
  • 39c844f215 a little modification about workspace liang.he@intel.com 2024-02-26 08:23:19 +0000
  • 92bd3ba17d
    Implement the remaining Windows filesystem functions (#3166) zoraaver 2024-02-28 03:02:42 +0000
  • 827a0c2606
    Update main.c Wenyong Huang 2024-02-28 10:57:45 +0800
  • 2636f2811d Implement remaining Windows filesystem functions Zoraaver Singh 2023-09-27 23:07:32 +0100
  • 4f6d70bc52
    Use indirect call in pre-checker function to avoid relocation in XIP mode (#3142) dongsheng28849455 2024-02-27 11:17:57 +0800
  • e04198746b
    rust sdk: Support host functions (#3173) liang.he 2024-02-27 10:41:35 +0800
  • 2349df1271
    Fix ref.func opcode check when GC is enabled (#3181) Wenyong Huang 2024-02-27 09:31:19 +0800
  • 3c66964533 update test cases in doc liang.he@intel.com 2024-02-23 04:06:33 +0000
  • 1fe0beacdb Keep module->func_count unchanged qinzh 2024-02-26 17:09:03 +0800
  • 000a0b71e4
    zephyr: implement Alloc_With_System_Allocator Maxim Kolchurin 2024-02-22 15:14:20 +0300
  • cc6a216f99 Fix ref.func opcode check when GC is enabled Wenyong Huang 2024-02-26 10:53:44 +0800
  • 67d273692d enable to import host functions via NativeSymbol liang.he@intel.com 2024-02-21 12:12:17 +0000
  • f2c5bfcb58 Merge branch main into dev/dynamic_pgo Wenyong Huang 2024-02-23 16:06:25 +0800
  • 4befe0b5b4
    Merge pull request #3180 from bytecodealliance/main Wenyong Huang 2024-02-23 16:05:44 +0800
  • cd518ac7f0 Merge branch main into gitbook Wenyong Huang 2024-02-23 15:38:18 +0800
  • 685e6dcfd6 Merge branch main into dev/thread_suspension Wenyong Huang 2024-02-23 15:13:13 +0800
  • 169e164815
    Fix wasm loader handling opcode br_table (#3176) Wenyong Huang 2024-02-23 14:56:20 +0800
  • 88bfbcf89e
    zephyr: include math only with minimal libc (#3177) mkolchurin 2024-02-23 06:24:51 +0300
  • 6c289955d6 add assertions Wenyong Huang 2024-02-23 10:43:39 +0800
  • af4fb993f5 fix issues Wenyong Huang 2024-02-23 10:10:24 +0800
  • 21e5c824e6 zephyr: include math only with minimal libc Maxim Kolchurin 2024-02-22 11:31:59 +0300
  • 94db327f06
    Add comments to suppress warning from wamrc (#3175) Huang Qi 2024-02-22 18:57:00 +0800
  • 86f1ce4386
    [rust sdk] Fix a bug in singleton pattern (#3167) liang.he 2024-02-22 18:47:33 +0800
  • 8493ffa1cc
    Add vprintf override for android and esp-idf (#3174) Enrico Loparco 2024-02-22 10:02:46 +0100
  • e72023f197 fix: add vprintf override for android and esp-idf eloparco 2024-02-21 13:33:58 +0000
  • c96b2ec724 Fix loader handling opcode br_table Wenyong Huang 2024-02-22 16:17:08 +0800
  • 1f999dbaff Add comments to suppress warning from wamrc Huang Qi 2024-02-22 16:05:16 +0800
  • e2f0133f12 re-implement singleton runtime liang.he@intel.com 2024-02-20 03:09:00 +0000
  • bfe370c0ec re-order Runtime and RuntimeBuilder liang.he@intel.com 2024-02-19 06:15:31 +0000
  • 674ca19147
    [rust sdk] Enable llvm-jit (#3152) liang.he 2024-02-22 13:12:57 +0800
  • 0fa0beba94
    VSCode IDE enhancement and readme update (#3172) TianlongLiang 2024-02-22 12:36:49 +0800
  • 5a7a281137 Add a new feature llvmjit to enable WAMR llvmjit running mode liang.he@intel.com 2024-02-01 09:13:12 +0000
  • 3da31864a6 some update TL 2024-02-22 11:34:54 +0800
  • 14210bcc9e some update TL 2024-02-22 11:24:37 +0800
  • 61ceb97473 some update TL 2024-02-22 11:03:41 +0800
  • 1429d8cc03
    Fix inconsistent coding convention (#3171) Huang Qi 2024-02-22 10:40:50 +0800
  • 445464a334 recover stack state Xu Jun 2024-02-21 21:44:03 +0800
  • a7741b79c0 some update TL 2024-02-21 18:46:37 +0800
  • 3da1cf3d66 update readme TL 2024-02-21 18:34:11 +0800
  • aaa18786ed disable CI vscode-ext test temporarily, format code, and add heap size configuration for vscode-ide TL 2024-02-21 17:07:39 +0800
  • 47a5153a98 Rename parameter name to avoid shadowing global Huang Qi 2024-02-21 14:45:00 +0800
  • 58c980c4df
    Fix llvm jit push funcref/externref result type issue (#3169) TianlongLiang 2024-02-21 12:15:18 +0800
  • 6c252fdc7e Fix coding convention in wamrc Huang Qi 2024-02-21 09:57:50 +0800
  • 135c68135e Fix coding convention Huang Qi 2024-02-21 09:50:26 +0800
  • 9b99e4ee51 Fix inconsistent coding convention in wasm_memory.c Huang Qi 2024-02-20 18:29:10 +0800
  • 63cd567b3f
    Separate app-manager and app-framework from WAMR (#3129) Wenyong Huang 2024-02-20 18:12:36 +0800
  • db1356ded7 fix llvm jit bug and typo TL 2024-02-20 14:27:37 +0800
  • 375c3725a3
    Implement the first version of Rust SDK for WAMR (#2984) liang.he 2024-02-20 11:04:35 +0800
  • b9db23b983
    zephyr: Use zephyr sys_cache instead of CMSIS (#3162) mkolchurin 2024-02-20 04:34:25 +0300
  • 87e06091cd zephyr: use zephyr sys_cache instead of CMSIS Maxim Kolchurin 2024-02-15 13:52:46 +0300
  • 51e94342d7 release thread_env asap liang.he@intel.com 2024-02-06 07:02:20 +0000
  • 8b8c59589d
    Clarify how to verify SGX evidence without an Intel SGX-enabled platform (#3158) Jämes Ménétrey 2024-02-17 11:44:22 +0100
  • add9547324
    Cumulative fixes for release/1.3.x (#3155) Wenyong Huang 2024-02-17 13:48:55 +0800
  • b6adec373e
    shared-platform: Remove dependency on shared-utils' bh_memory_remap_slow (#3153) Wenyong Huang 2024-02-17 13:44:33 +0800
  • 3a0e86454e
    fast-interp: Fix GC opcode ref.as_non_null (#3156) Wenyong Huang 2024-02-17 11:54:49 +0800
  • b0c54c8a86
    Fix a ubsan complaint "applying zero offset to null pointer" (#3160) YAMAMOTO Takashi 2024-02-17 11:11:10 +0900
  • 53e458f89e Fix a ubsan complaint "applying zero offset to null pointer" YAMAMOTO Takashi 2024-02-14 19:43:41 +0900
  • 27036d9b51 Fix null pointer access in fast-interp when configurable soft bound check is enabled Wenyong Huang 2024-02-14 17:23:43 +0800
  • e792c35822
    Fix null pointer access in fast-interp when configurable soft bound check is enabled (#3150) Marcin Kolny 2024-02-14 09:18:37 +0000
  • defdb7d606 sgx-ra: provide a C# sample to verify SGX evidence Jämes Ménétrey 2024-02-13 10:45:51 +0000
  • 2018fbd810 sgx-ra: document attestation on non-SGX platforms Jämes Ménétrey 2024-02-12 17:13:16 +0100
  • 1d084a33e0 Fix null pointer access in fast interpreter mode when configurable software bound check is enabled Marcin Kolny 2024-02-07 09:59:48 +0000