Commit Graph

138 Commits

Author SHA1 Message Date
wenyongh
cdaa0deed8 Use one libc wrapper copy for sgx and other platforms; remove bh_printf macro for other platform header files 2019-08-28 15:16:59 +08:00
wenyongh
34676daf31
Merge pull request #26 from intel/master
Add Linux SGX support (#106)
2019-08-28 15:09:41 +08:00
wenyongh
907df087bf
Add Linux SGX support (#106) 2019-08-28 15:08:52 +08:00
wenyongh
4c284adcba
Merge pull request #25 from intel/master
Add more security checks for libc wrapper API's (#105)
2019-08-28 15:06:58 +08:00
wenyongh
e8011b141f
Add more security checks for libc wrapper API's (#105) 2019-08-28 15:06:04 +08:00
wenyongh
ad5f4fc071 Add more strict security checks for libc wrapper API's 2019-08-28 13:52:37 +08:00
wenyongh
76ed0fcd83
Merge pull request #24 from intel/master
Refine binary size and fix several minor issues (#104)
2019-08-27 14:10:14 +08:00
wenyongh
7863f37582
Refine binary size and fix several minor issues (#104)
* Implement memory profiler, optimize memory usage, modify code indent

* Implement memory.grow and limit heap space base offset to 1G; modify iwasm build type to Release and 64 bit by default

* Add a new extension library: connection

* Fix bug of reading magic number and version in big endian platform

* Re-org platform APIs: move most platform APIs from iwasm to shared-lib

* Enhance wasm loader to fix some security issues

* Fix issue about illegal load of EXC_RETURN into PC on stm32 board

* Updates that let a restricted version of the interpreter run in SGX

* Enable native/app address validation and conversion for wasm app

* Remove wasm_application_exectue_* APIs from wasm_export.h which makes confused

* Refine binary size and fix several minor issues

Optimize interpreter LOAD/STORE opcodes to decrease the binary size
Fix issues when using iwasm library: _bh_log undefined, bh_memory.h not found
Remove unused _stdin/_stdout/_stderr global variables resolve in libc wrapper
Add macros of global heap size, stack size, heap size for Zephyr main.c
Clear compile warning of wasm_application.c
2019-08-27 14:09:23 +08:00
wenyongh
5ed0b0c500
Merge pull request #23 from intel/master
Enable native/app address validation and conversion for wasm app (#102)
2019-08-27 14:06:59 +08:00
wenyongh
49429b11d9 Refine binary size and fix several minor issues
Optimize interpreter LOAD/STORE opcodes to decrease the binary size
Fix issues when using iwasm library: _bh_log undefined, bh_memory.h not found
Remove unused _stdin/_stdout/_stderr global variables resolve in libc wrapper
Add macros of global heap size, stack size, heap size for Zephyr main.c
Clear compile warning of wasm_application.c
2019-08-27 13:51:40 +08:00
wenyongh
b7c963a9bf
Enable native/app address validation and conversion for wasm app (#102)
Enable setting external memory space for wasm app, the feature is disabled by default;
Remove wasm_application_exectue_* APIs from wasm_export.h which makes confused.
2019-08-21 16:39:50 +08:00
wenyongh
6dc3e98936 Remove wasm_application_exectue_* APIs from wasm_export.h which makes confused 2019-08-21 16:33:58 +08:00
wenyongh
7993bc1f7c Enable native/app address validation and conversion for wasm app 2019-08-21 16:17:26 +08:00
wenyongh
e119204367 Updates that let a restricted version of the interpreter run in SGX 2019-08-19 15:53:02 +08:00
wenyongh
ca601f595c
Merge pull request #22 from intel/master
Fix issue about illegal load of EXC_RETURN into PC on stm32 board (#98)
2019-08-14 16:16:50 +08:00
wenyongh
955f439be5
Fix issue about illegal load of EXC_RETURN into PC on stm32 board (#98) 2019-08-14 16:14:44 +08:00
wenyongh
6a318c4d33 Fix issue about illegal load of EXC_RETURN into PC on stm32 board 2019-08-14 16:12:04 +08:00
wenyongh
7a08c3dd31
Merge pull request #21 from intel/master
Sync up with main repo
2019-08-14 12:13:06 +08:00
luhanzhl
e581f6f4c9 add iot app store demo (#96) 2019-08-14 10:37:39 +08:00
Jonathan Beri
c842191e6a Initial Dockerfile (#97)
* Initial Dockerfile

Dockerfile supports clang-8 and adds `iwasm` to `bin`.

* Updated README with Docker instructions

Added to Platform and app building section how to use the docker file to build the core and compile an app with clang.
2019-08-14 10:34:36 +08:00
wenyongh
311ce9a8c5
Merge pull request #20 from intel/master
Enhance wasm loader to fix some security issues (#91)
2019-08-08 16:55:43 +08:00
wenyongh
c47baf221f
Enhance wasm loader to fix some security issues (#91)
* Implement memory profiler, optimize memory usage, modify code indent

* Implement memory.grow and limit heap space base offset to 1G; modify iwasm build type to Release and 64 bit by default

* Add a new extension library: connection

* Fix bug of reading magic number and version in big endian platform

* Re-org platform APIs: move most platform APIs from iwasm to shared-lib

* Enhance wasm loader to fix some security issues
2019-08-08 16:53:56 +08:00
wenyongh
d518e64e59 Enhance wasm loader to fix some security issues 2019-08-08 16:45:04 +08:00
wenyongh
a59616e235
Merge pull request #19 from intel/master
Sync up with main repo
2019-08-02 14:02:04 +08:00
Weining
b0a1acb577 Optimize samples build process and build 64 bit binaries by default (#90)
* Optimize samples build process

* Samples: build 64 bit version by default
2019-08-02 14:00:35 +08:00
Weining
3512a0a63f Fix compile issue (#88) 2019-08-02 07:13:16 +08:00
wenyongh
d6d0e02d9e
Merge pull request #18 from intel/master
Implement 2D graphic API (#87)
2019-08-01 16:59:30 +08:00
Weining
6a86893971 Implement 2D graphic API (#87)
* Implement 2D graphic library based on LittlevGL

* Add lvgl license file
2019-08-01 16:57:54 +08:00
wenyongh
186800a4a7
Merge pull request #17 from intel/master
Re-org platform APIs: move most platform APIs of iwasm to shared-lib …
2019-07-22 11:35:09 +08:00
wenyongh
9a02c49d7c
Re-org platform APIs: move most platform APIs of iwasm to shared-lib (#45) 2019-07-22 11:32:51 +08:00
wenyongh
c290de77e2 Re-org platform APIs: move most platform APIs from iwasm to shared-lib 2019-07-22 11:26:47 +08:00
wenyongh
781f2ec049
Merge pull request #16 from intel/master
Add support for VxWorks (#43)
2019-07-10 16:06:08 +08:00
Yiting Wang
eb043ff598 Add support for VxWorks (#43)
This adds iwasm support for VxWorks 7.
2019-07-10 16:01:43 +08:00
wenyongh
5c0c30e65a
Merge pull request #15 from intel/master
Fix bug of reading magic number and version in big endian platform (#41)
2019-06-13 22:32:39 -05:00
wenyongh
ccef8c09cb
Fix bug of reading magic number and version in big endian platform (#41) 2019-06-13 22:29:08 -05:00
wenyongh
c27a72df18
Merge pull request #14 from intel/master
Add a new extension library: connection (#39)
2019-06-13 22:27:25 -05:00
wenyongh
624c58f6fd Fix bug of reading magic number and version in big endian platform 2019-06-14 11:24:35 +08:00
wenyongh
cd77f70370
Add a new extension library: connection (#39) 2019-06-10 21:52:15 -05:00
wenyongh
1772183325 Add a new extension library: connection 2019-06-11 10:43:12 +08:00
wenyongh
ee19aff374
Merge pull request #13 from intel/master
Sync up with main repo
2019-06-08 05:39:53 -05:00
Andrew Brown
20768d6b8e Add Fedora dependency installation instructions (#38) 2019-06-08 05:37:44 -05:00
aaltonenzhang
4456ff89d8 add guide to build hello world sample using clang-8 in README. (#37) 2019-06-04 10:34:46 +08:00
wenyongh
0fede7b9f3
Merge pull request #12 from intel/master
Implement memory.grow and limit heap space base offset to 1G (#36)
2019-05-31 01:27:05 -05:00
wenyongh
25eed9cc59
Implement memory.grow and limit heap space base offset to 1G (#36)
* Implement memory profiler, optimize memory usage, modify code indent

* Implement memory.grow and limit heap space base offset to 1G; modify iwasm build type to Release and 64 bit by default
2019-05-31 01:21:39 -05:00
wenyongh
f32965bb59 Implement memory.grow and limit heap space base offset to 1G; modify iwasm build type to Release and 64 bit by default 2019-05-31 14:15:44 +08:00
wenyongh
0d60a691f6
Merge pull request #11 from intel/master
Implement memory profiler, optimize memory usage, modify code indent …
2019-05-23 05:04:43 -05:00
wenyongh
985ab77c44
Implement memory profiler, optimize memory usage, modify code indent (#35) 2019-05-23 05:03:31 -05:00
wenyongh
8d6539536e Implement memory profiler, optimize memory usage, modify code indent 2019-05-23 17:59:42 +08:00
wenyongh
81d4669759
Merge pull request #10 from intel/master
add support for AliOS Things (#34)
2019-05-22 22:56:14 -05:00
zhujinzhou
2138d9b428 add support for AliOS Things (#34)
* Add support of AliOS-Things

* update the README.md format

* update the README.md #1

* update the README.md #2
2019-05-22 20:33:39 -07:00