Commit Graph

147 Commits

Author SHA1 Message Date
wenyongh
95dbaac2a7
Merge pull request #29 from intel/master
Sync up with master repo
2019-09-08 13:27:05 +08:00
Wang Xin
a522e985f3
Update release_ack.md 2019-09-07 14:34:03 +08:00
Wang Xin
2f71a92ca3
re-organized the readme (#111)
* Update README.md

* re-organize the readme

* more changes

* roadmap and releases

* Update README.md
2019-09-07 14:27:11 +08:00
wenyongh
1ac087c5fd
Merge pull request #28 from intel/master
Sync up with master repo
2019-09-06 16:54:25 +08:00
Jonathan Dong
af98e9afc3 Add build configuration for Mac (#110)
* Add build configuration for Mac

This patch implements Mac build basically based on Linux platform
implementations and configurations.

The document to build it on Mac has been updated as well.

* Update wasm_application.h

* Update lib_export.h

Add comments for the functions.
2019-09-06 16:51:36 +08:00
wenyongh
ebfe822720
Enhance security of libc strcpy/sprintf wrapper function (#108) 2019-08-29 14:31:15 +08:00
wenyongh
cfd2c2d7a1 Enhance security of libc strcpy/sprintf wrapper function 2019-08-29 14:28:45 +08:00
wenyongh
2f766abd8a
Merge pull request #27 from intel/master
Use one libc wrapper copy for sgx and other platforms (#107)
2019-08-28 15:20:38 +08:00
wenyongh
1806432841
Use one libc wrapper copy for sgx and other platforms (#107)
And remove bh_printf macro for other platform header files
2019-08-28 15:19:52 +08:00
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