Commit Graph

  • 6f24dfd0f8
    Merge pull request #141 from bytecodealliance/main Wenyong Huang 2020-08-10 19:44:38 +0800
  • f5a713799d
    Merge pull request #4 from xujuntwt95329/windows_build sophy228 2020-08-10 19:39:06 +0800
  • 4e0c1f5420 remove win_pthread related files and pass build Xu Jun 2020-08-10 18:21:38 +0800
  • d290810798 Merge branch 'main' of https://github.com/intel/wasm-micro-runtime into windows_build Xu Jun 2020-08-10 18:55:34 +0800
  • 11c1ba0bd0 implement atomics opcode Xu Jun 2020-08-10 17:49:19 +0800
  • 1c6bae28ad
    Merge pull request #140 from bytecodealliance/main Wenyong Huang 2020-08-10 15:12:56 +0800
  • de503ea762 Fix include sys/random.h error in Ubuntu 16.04 and update document Wenyong Huang 2020-08-10 12:58:04 +0800
  • 14020cf9c8
    Merge pull request #139 from xujuntwt95329/patch-1 Wenyong Huang 2020-08-10 12:25:16 +0800
  • 20d9acd057
    Update linux_sgx.md Xu Jun 2020-08-10 12:15:10 +0800
  • ae8c0f2893 Sync up with internal/feature: implement SGX WASI and update documents Wenyong Huang 2020-08-10 11:39:53 +0800
  • 0adb0a3908
    Merge pull request #138 from bytecodealliance/main Wenyong Huang 2020-08-08 20:23:54 +0800
  • 44b86c42d6
    Merge pull request #2 from xujuntwt95329/windows_build sophy228 2020-08-07 19:11:23 +0800
  • aeb1c36d08 optimize: get_current_target for AOT thumb loader Karl Fessel 2020-08-07 12:23:50 +0200
  • 124b03bdb6 add product-mini/platforms/windows Xu Jun 2020-08-07 14:08:42 +0800
  • a0ffc30fd3 Fix the issue MASM code is built into 16bit mode. Zhongmin Wu 2020-08-07 15:58:25 +0800
  • 9f6418fcfc Fix some build issues in "Relase" build. Zhongmin Wu 2020-08-07 12:10:30 +0800
  • 5bf23f92e6
    Update URL to lvgl repository. follower 2020-08-07 14:54:36 +1200
  • 8a34afad28
    Fix typo: "wigdet" -> "widgets" follower 2020-08-07 14:42:29 +1200
  • 37d09e61ba update zatkh 2020-08-06 10:10:01 +0100
  • 1d0f152e4f remove not needed ${SHARED_DIR}/include/*.h in runtime_lib.cmake Karl Fessel 2020-08-05 19:25:56 +0200
  • 47830c3797 Add IO (open,read, close..) APIs support for Windows C runtime. Wu Zhongmin 2020-08-05 19:49:24 +0800
  • 12cc0dc08b
    Merge pull request #137 from bytecodealliance/main Wenyong Huang 2020-08-05 09:08:00 +0800
  • 3901696f34 Fix wamrc link issue Wenyong Huang 2020-08-05 09:02:38 +0800
  • c9bcc646de
    Merge pull request #136 from bytecodealliance/main Wenyong Huang 2020-08-05 08:38:08 +0800
  • 4962a423fc match wasm_runtime_common to strict-prototype changes in wasm_export.h Karl Fessel 2020-08-04 13:25:16 +0200
  • 386702944d
    Merge pull request #135 from bytecodealliance/main Wenyong Huang 2020-08-04 17:41:25 +0800
  • ea932f35dc add spawn thread API and sample Xu Jun 2020-08-04 17:32:12 +0800
  • 3d89a823bb Add wamrc AoT compiler building support for Windows(MSVC) Wu Zhongmin 2020-08-03 21:34:17 +0800
  • 7b69eda6ef init shared pagemaps zatkh 2020-08-03 10:14:50 +0100
  • 354dadfa49
    Merge pull request #134 from bytecodealliance/main Wenyong Huang 2020-08-03 12:39:08 +0800
  • b8be25c880 Sync with internal/feature Wenyong Huang 2020-08-03 11:35:37 +0800
  • 194fd1a157
    Merge pull request #133 from bytecodealliance/main Wenyong Huang 2020-08-03 11:30:59 +0800
  • 2dae813c52 implement atomic opcode in AOT/JIT Xu Jun 2020-08-03 11:16:30 +0800
  • 93fb5b81a2 include headers follow strict protoype rule Karl Fessel 2020-07-31 16:43:47 +0200
  • 5ddfc89d70
    Merge pull request #132 from bytecodealliance/main Wenyong Huang 2020-07-31 20:55:07 +0800
  • 7e3a647027
    Update wasm_native.c Wenyong Huang 2020-07-31 20:44:12 +0800
  • 6e7b78dd25
    Merge pull request #2 from bytecodealliance/main dpinthinker 2020-07-31 07:55:53 +0800
  • bb26c6b8de switch to quicksort for native_symbols sorting dpinthinker 2020-07-31 07:39:39 +0800
  • 4fcb7d45ca Removed need to change snmalloc, moved PAL implementation to wrapper Istvan Haller 2020-07-30 17:04:01 +0100
  • 80cd0ab7ec Changed snmalloc border allocator to manually managed Istvan Haller 2020-07-30 14:48:05 +0100
  • 7238fa430c Snmalloc integration Istvan Haller 2020-07-30 10:47:19 +0100
  • 540ea12535
    Merge pull request #131 from bytecodealliance/main Wenyong Huang 2020-07-30 10:23:00 +0800
  • e39248e499 Disable memory thrink opt when memory.size opcode is found Wenyong Huang 2020-07-30 10:13:22 +0800
  • 79f58dc236
    Merge pull request #130 from bytecodealliance/main Wenyong Huang 2020-07-28 17:02:06 +0800
  • d242fe2a34 Implement ecall to handle commands from host to call enclave runtime APIs Wenyong Huang 2020-07-28 15:55:55 +0800
  • a7e496a999
    Merge pull request #129 from bytecodealliance/main Wenyong Huang 2020-07-28 13:47:19 +0800
  • 0df4501274 sync with internal/feature Wenyong Huang 2020-07-23 18:03:29 +0800
  • d7368835c8
    Merge pull request #128 from bytecodealliance/main Wenyong Huang 2020-07-23 16:55:58 +0800
  • bbf0a71e35 enable a post-MVP feature named wasm-c-api liang.he@intel.com 2020-07-23 08:25:09 +0000
  • 1bb21dfb80
    Merge pull request #127 from bytecodealliance/main wenyongh 2020-07-16 20:36:01 +0800
  • 57b9eccf1e enable pthread for AoT && update AOT current version to 2 Xu Jun 2020-07-16 20:20:03 +0800
  • d43b9cd921
    Merge pull request #126 from bytecodealliance/main wenyongh 2020-07-16 17:10:24 +0800
  • 4cabe7ed5f Fix one typo in README.md yijin.syj 2020-07-13 11:05:04 +0800
  • bb2d8ff7f7
    Merge pull request #125 from bytecodealliance/main wenyongh 2020-07-10 16:48:26 +0800
  • 7323b84ebd
    Update wasm_runtime_common.h wenyongh 2020-07-10 16:45:24 +0800
  • 42bf5c15b6
    Update wasm_runtime_common.c wenyongh 2020-07-10 16:44:18 +0800
  • cbfab4ae2e
    Merge pull request #124 from bytecodealliance/main wenyongh 2020-07-10 16:30:38 +0800
  • 48e0c05571 Implement multi-value feature and import binarydump tool Weining Lu 2020-07-10 16:23:14 +0800
  • d1236d4e84
    Merge pull request #5 from bytecodealliance/main Weining 2020-07-10 16:20:17 +0800
  • 974b348609 Change whence_t constant values to match pre-existing agreed-upon values. Jämes Ménétrey 2020-07-09 23:27:52 +0200
  • 9687c59765
    Merge pull request #123 from bytecodealliance/main wenyongh 2020-07-09 16:08:18 +0800
  • e4b7c89460 Fix compile issue of zephyr wenyongh 2020-07-09 16:05:19 +0800
  • 6e6faf737a remove dulplicated method resolve_main_func Jinpeng Zhu 2020-07-09 10:14:45 +0800
  • 70f09fff41
    Merge pull request #1 from bytecodealliance/main dpinthinker 2020-07-07 20:08:34 +0800
  • 9d7a493f89
    Merge pull request #122 from bytecodealliance/main wenyongh 2020-07-07 09:57:32 +0800
  • 4fcf740153 Enhance the native stack overflow check wenyongh 2020-07-07 08:08:56 +0800
  • 47d08d05b0
    Merge pull request #121 from bytecodealliance/main wenyongh 2020-07-01 16:58:07 +0800
  • e3e63a04c4 Merge branch 'main' of https://github.com/dpinthinker/wasm-micro-runtime into main Jinpeng Zhu 2020-07-01 15:29:42 +0800
  • 154495c139 fix one typo in module_wasm_app.c's log Jinpeng Zhu 2020-07-01 15:27:03 +0800
  • cb3dd0c390
    Merge pull request #120 from bytecodealliance/main wenyongh 2020-07-01 12:25:57 +0800
  • 499fc94c1d
    Merge pull request #119 from bytecodealliance/main wenyongh 2020-07-01 12:22:55 +0800
  • 5f56872882 Fix issue of aot wenyongh 2020-07-01 12:17:01 +0800
  • c48bb66015 Merge branch 'master' into main Jinpeng Zhu 2020-07-01 11:38:08 +0800
  • 57df0c6823 fix comments wrong position Jinpeng Zhu 2020-07-01 11:34:00 +0800
  • f4eb8b22c2
    Merge pull request #118 from bytecodealliance/main wenyongh 2020-06-29 14:18:43 +0800
  • 16df50167d Refine opcode get/set_global for interpreter wenyongh 2020-06-29 14:13:20 +0800
  • 21d8754082
    Merge pull request #117 from bytecodealliance/main wenyongh 2020-06-28 15:42:47 +0800
  • c06270802f Sync with internal/feature wenyongh 2020-06-28 15:25:26 +0800
  • d371e9c9b9
    Merge pull request #116 from bytecodealliance/main wenyongh 2020-06-27 17:54:23 +0800
  • 3aa0706877 support pthread_key related APIs Xu Jun 2020-06-18 11:33:02 +0800
  • 675948ed85 update doc for multi-thread Xu Jun 2020-06-16 14:16:05 +0800
  • c5d6754e3d
    Merge pull request #115 from bytecodealliance/master wenyongh 2020-06-15 19:10:50 +0800
  • 3eea48fcf0 Enable shared memory && add pthread support Xu Jun 2020-06-15 18:48:29 +0800
  • 4c4f8da3d6
    Merge pull request #114 from bytecodealliance/master wenyongh 2020-06-12 18:47:56 +0800
  • 31515a14cd
    Update shared_platform.cmake wenyongh 2020-06-12 18:46:38 +0800
  • f5909d5ac8
    Merge pull request #113 from bytecodealliance/master wenyongh 2020-06-11 14:20:36 +0800
  • 71096fdb5e Sync with internal feature wenyongh 2020-06-11 14:17:14 +0800
  • 8bb307c2d9 Added two times in function description zero as possible return value Joshua Heinemann 2020-06-10 23:43:59 +0200
  • e752ddeabc CMakeFile remove stdlib from untrusted part Joshua Heinemann 2020-06-09 14:50:51 +0200
  • e6a995aa0c Merge: shared_platform.cmake Joshua Heinemann 2020-06-09 13:40:50 +0200
  • a3f5a40897 Merge branch 'master' of https://github.com/bytecodealliance/wasm-micro-runtime Joshua Heinemann 2020-06-09 13:37:32 +0200
  • 3de35d5a02
    Merge pull request #112 from bytecodealliance/master wenyongh 2020-06-08 11:20:08 +0800
  • 3c8251fd07 Sync with internal feature wenyongh 2020-06-08 11:13:38 +0800
  • 26515b0d3c
    Merge pull request #111 from bytecodealliance/master wenyongh 2020-06-08 11:02:33 +0800
  • e097a726b8
    Update shared_platform.cmake wenyongh 2020-06-08 10:59:33 +0800
  • d11d264574 Missing SGX SDK Include fixed Joshua Heinemann 2020-06-05 16:09:32 +0200
  • 8de5fd0847 fix one typo in samples/basic.README.md Jinpeng Zhu 2020-06-03 14:47:46 +0800
  • 650bd23558
    Merge pull request #2 from bytecodealliance/master dpinthinker 2020-06-03 14:39:49 +0800
  • 55eee4cfad
    Merge pull request #110 from bytecodealliance/master wenyongh 2020-06-02 14:53:52 +0800
  • 916a86f327 update gitignore and clang-format wenyongh 2020-06-02 14:23:14 +0800