Commit Graph

  • dc7177e745
    fix sample littlevgl build.sh issue (#174) Wang Xin 2020-02-23 22:23:40 +0800
  • dd641abdb9 fix sample littlevgl build.sh Wang Xin 2020-02-23 20:17:44 +0800
  • d25a5f8021 Merge remote-tracking branch 'upstream/master' Wang Xin 2020-02-23 09:31:48 +0800
  • 72d9e886e8
    Merge two levels of hash cache of branch block address into one (#173) wenyongh 2020-02-22 21:05:09 +0800
  • 3695f29d34
    support cross compliation for SDK and the simple sample (#172) Wang Xin 2020-02-22 15:06:53 +0800
  • 62725abe95
    Update README.md Wang Xin 2020-02-22 14:53:53 +0800
  • 90c7580283 multiple profile for simple sample Wang Xin 2020-02-22 14:19:07 +0800
  • fc96ff2943
    Merge pull request #2 from bytecodealliance/master Wang Xin 2020-02-22 11:22:44 +0800
  • 82b0bb44c3
    sdk build tools and app framework updates (#171) Wang Xin 2020-02-22 10:12:26 +0800
  • 4979379246
    Update iwasm_main.c wenyongh 2020-02-22 09:39:46 +0800
  • f663f44bd7 read and snapshot update Wang Xin 2020-02-22 08:44:51 +0800
  • 983209854c rename the api header files Wang Xin 2020-02-22 08:34:03 +0800
  • d886f1a4d0
    Merge pull request #1 from xujuntwt95329/master Wang Xin 2020-02-22 07:13:41 +0800
  • ccdba48d30 update menuconfig.sh Xu Jun 2020-02-21 23:03:58 +0800
  • ef611452ce build.sdk. Wang Xin 2020-02-21 20:45:06 +0800
  • 87f725b5d5 ab Wang Xin 2020-02-21 19:45:55 +0800
  • de47e72284 aa Wang Xin 2020-02-21 19:45:27 +0800
  • a478166884 sdk build Wang Xin 2020-02-21 16:54:20 +0800
  • a4ac16a1c8
    Add SGX AOT support with SGX SDKv2.8 unpublic sgx_rsrv_mem_mngr.h (#169) qdaoming-intel 2020-02-19 15:11:12 +0800
  • 0fb40f3f9a Remove unused build folders (#168) wenyongh 2020-02-18 15:57:21 +0800
  • e62bbeb9e8 Refine wasm loader and interpreter, enhance wamrc to support SGX (#167) wenyongh 2020-02-18 15:15:24 +0800
  • 20cf199ce4 Fix issues when use linux-sgx as cmake subdirectory (#166) Junxian Xiao 2020-02-17 11:36:17 +0800
  • 5a10651dd0 support app framework base library in assemblyscript (#164) Xu Jun 2020-02-13 15:51:22 +0800
  • b5cbc02e90 Refine interpreter to improve performance (#162) wenyongh 2020-02-10 15:42:37 +0800
  • 256ecdfdf9 Refine interpreter to improve performance, refine memory usage (#161) wenyongh 2020-02-10 12:36:45 +0800
  • 130d7d07d0 Update document, fix typo of wamrc help info (#158) wenyongh 2020-01-21 14:24:10 +0800
  • 46b93b9d22 Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) wenyongh 2020-01-21 13:26:14 +0800
  • 2a4528c749 Fix out-of-bounds read in wasm loader (#156) greenknot 2020-01-17 06:38:21 +0100
  • aa24fc5e0f Fix typo 'DWASM_ENALBE_WASI' in WAMR build instructions (#155) greenknot 2020-01-17 02:23:29 +0100
  • 2b12e2c957 Add thumb target, implement xtensa invokeNative asm code and update makefiles (#151) wenyongh 2019-12-24 11:09:54 +0800
  • 5875a37f34 Remove iwasm/runtime/platform src files, refine interpreter and fix issue of --repl option (#150) wenyongh 2019-12-18 11:53:43 +0800
  • 631b7a2403 Enhance wasm loader and interpreter, enhance code security and update document (#149) wenyongh 2019-12-13 15:30:30 +0800
  • 1c81ad6da5 Enhance wasm loader and update build app document (#147) wenyongh 2019-11-27 10:52:12 +0800
  • ab157473c3 Update README.md Wang Xin 2019-11-25 23:36:39 +0800
  • 7c5a84cf75 Update README, change wasi primitive lib position and add some exception checks (#146) wenyongh 2019-11-25 23:16:40 +0800
  • 74f74b6490 Fix sgx porting issues: incorrect compile flags, porting func impl, document, etc. (#145) qdaoming-intel 2019-11-22 15:33:37 +0800
  • a7a7d04dc6 Restore some files and fix minor issues of SGX platform (#144) Weining 2019-11-21 10:30:57 +0800
  • 80045ddb55 Recover files deleted accidentally in last commit (#143) Weining 2019-11-20 21:31:43 +0800
  • 27f246b5f3 Enable WASI feature, enhance security and add SGX sample (#142) Weining 2019-11-20 21:16:36 +0800
  • 29c7c743e9 README: fix a couple of typos Riccardo Magliocchetti 2019-11-12 18:19:09 +0100
  • 465a58bf90 Merge pull request #139 from tschneidereit/master Till Schneidereit 2019-11-12 17:48:56 +0100
  • 45f0caebd0 Make it a Bytecode Alliance project Till Schneidereit 2019-11-12 16:52:57 +0100
  • be15c08cf3 Remove unused files and update license header of some files (#138) wenyongh 2019-11-11 20:38:49 -0600
  • b0b0789dca Relicense to Apache-2.0 with the LLVM-exception (#137) Josh Triplett 2019-11-11 15:45:21 -0800
  • 49127efa99 Re-org shared lib header files, remove unused info (#136) wenyongh 2019-11-04 18:56:27 -0600
  • 28993946ad Add BUILD_TARGET setting in makefile (#135) wenyongh 2019-11-01 00:38:45 -0500
  • 2a8b1ef454 Remove the binding between current thread and module instance and bugs fix (#131) Weining 2019-10-11 15:25:23 +0800
  • bbae4426a0 Add toolchain for WAMR (#127) Xu Jun 2019-09-26 19:35:37 +0800
  • f8f61dc898 Add a switch to build simple sample without gui support (#126) wenyongh 2019-09-25 03:42:56 -0500
  • 2fca3aa3f5 Re-implement invokeNative function of arm/mips/general version (#125) wenyongh 2019-09-22 21:52:39 -0500
  • 42dc2d65a1 Refine interpreter call native process and memory boundary check (#124) wenyongh 2019-09-19 04:05:15 -0500
  • 6e99a37bf2 Refine wgl lib and refine wasm function index check (#122) wenyongh 2019-09-16 14:49:17 +0800
  • ff0267b7e6 Remove get_module_inst() and fix issue of call native (#120) wenyongh 2019-09-11 15:56:47 +0800
  • 473f96525b Document the Contributor Covenant as our Code of Conduct. (#116) Josh Triplett 2019-09-10 01:29:50 -0700
  • a770706cb6 Fix typo 'destory' and compile issue (#119) Weining 2019-09-10 15:52:03 +0800
  • 26149021ff Add parameter module inst for native wrapper functions (#117) wenyongh 2019-09-10 10:23:46 +0800
  • 2294f52e3a Update README.md (#114) Wang Xin 2019-09-09 20:51:40 +0800
  • c0a2cba5ce Merge branch 'master' into master Wang Xin 2019-09-09 07:42:30 +0800
  • fdba8adcaa Update release_ack.md Wang Xin 2019-09-07 14:34:03 +0800
  • efd809756a re-organized the readme (#111) Wang Xin 2019-09-07 14:27:11 +0800
  • 8af66fd738 Update README.md Wang Xin 2019-09-07 14:23:18 +0800
  • fd5eaa1a28 roadmap and releases Xin Wang 2019-09-07 14:16:50 +0800
  • 2b915b9383 more changes Xin Wang 2019-09-07 13:23:52 +0800
  • d9540ebd16 re-organize the readme Xin Wang 2019-09-07 12:14:58 +0800
  • c633be998b Update README.md Wang Xin 2019-09-07 09:30:06 +0800
  • 9b07113d77 Merge pull request #1 from intel/master Wang Xin 2019-09-07 08:20:41 +0800
  • 8deef78624 Add build configuration for Mac (#110) Jonathan Dong 2019-09-06 16:51:36 +0800
  • 4a14e54e86 Enhance security of libc strcpy/sprintf wrapper function (#108) wenyongh 2019-08-29 14:31:15 +0800
  • 5257dd8a48 Use one libc wrapper copy for sgx and other platforms (#107) wenyongh 2019-08-28 15:19:52 +0800
  • 5c69543c54 Add Linux SGX support (#106) wenyongh 2019-08-28 15:08:52 +0800
  • c808aa2ebb Add more security checks for libc wrapper API's (#105) wenyongh 2019-08-28 15:06:04 +0800
  • 92cbecbec8 Refine binary size and fix several minor issues (#104) wenyongh 2019-08-27 14:09:23 +0800
  • de81b95ab8 Enable native/app address validation and conversion for wasm app (#102) wenyongh 2019-08-21 16:39:50 +0800
  • 9ed6d6af0a Fix issue about illegal load of EXC_RETURN into PC on stm32 board (#98) wenyongh 2019-08-14 16:14:44 +0800
  • 2f10027447 add iot app store demo (#96) luhanzhl 2019-08-14 10:37:39 +0800
  • 51ac31eaa1 Initial Dockerfile (#97) Jonathan Beri 2019-08-14 05:34:36 +0300
  • 3f15fb3424 Enhance wasm loader to fix some security issues (#91) wenyongh 2019-08-08 16:53:56 +0800
  • 3b19306869 Optimize samples build process and build 64 bit binaries by default (#90) Weining 2019-08-02 14:00:35 +0800
  • 09d5149081 Fix compile issue (#88) Weining 2019-08-02 07:13:16 +0800
  • 9aa9cbde77 Implement 2D graphic API (#87) Weining 2019-08-01 16:57:54 +0800
  • 1db5a2f697 Re-org platform APIs: move most platform APIs of iwasm to shared-lib (#45) wenyongh 2019-07-22 11:32:51 +0800
  • 08ebc6c773 Add support for VxWorks (#43) Yiting Wang 2019-07-10 16:01:43 +0800
  • 5b0c8fa0ba Fix bug of reading magic number and version in big endian platform (#41) wenyongh 2019-06-13 22:29:08 -0500
  • 7f1e024fce Add a new extension library: connection (#39) wenyongh 2019-06-10 21:52:15 -0500
  • 69d62f573a Add Fedora dependency installation instructions (#38) Andrew Brown 2019-06-08 03:37:44 -0700
  • 77be251978 add guide to build hello world sample using clang-8 in README. (#37) aaltonenzhang 2019-06-04 10:34:46 +0800
  • 504268b297 Implement memory.grow and limit heap space base offset to 1G (#36) wenyongh 2019-05-31 01:21:39 -0500
  • ff7cbdd2fb Implement memory profiler, optimize memory usage, modify code indent (#35) wenyongh 2019-05-23 05:03:31 -0500
  • 9136abfe31 add support for AliOS Things (#34) zhujinzhou 2019-05-23 11:33:39 +0800
  • cec74b0709 update README of littlevgl sample (#31) litian-int 2019-05-20 15:01:04 +0800
  • 77073162b4 Merge pull request #30 from Weining2019/master wenyongh 2019-05-20 01:38:45 -0500
  • e4c6b53d50 Update README.md wenyongh 2019-05-20 14:37:55 +0800
  • e411963a86 Update README Weining Lu 2019-05-20 14:26:28 +0800
  • ab17c8e06d Merge pull request #8 from intel/master Weining 2019-05-20 14:02:01 +0800
  • 6d1a0ab76d Update README.md Wang Xin 2019-05-18 08:39:12 -0700
  • 271253f940 Merge pull request #28 from lucshi/patch-2 wenyongh 2019-05-17 07:59:27 -0500
  • 4fb47e9005 Update README.md wenyongh 2019-05-17 20:58:57 +0800
  • b11f7a26d9 Update README.md lucshi 2019-05-17 20:43:28 +0800
  • 608be44626 Merge pull request #27 from lucshi/patch-1 wenyongh 2019-05-17 06:24:55 -0500
  • 55bce984aa Update README.md lucshi 2019-05-17 19:14:16 +0800