Commit Graph

166 Commits

Author SHA1 Message Date
wenyongh
59b1037218 Merge pull request #34 from intel/master
Remove get_module_inst() and fix issue of call native (#120)
2019-09-11 15:57:20 +08:00
wenyongh
ff0267b7e6 Remove get_module_inst() and fix issue of call native (#120) 2019-09-11 15:56:47 +08:00
wenyongh
6a6fbdef93 Remove get_module_inst() and fix issue of call native 2019-09-11 15:54:44 +08:00
wenyongh
05a40ba80d Merge pull request #33 from intel/master
Document the Contributor Covenant as our Code of Conduct. (#116)
2019-09-11 15:31:20 +08:00
Josh Triplett
473f96525b Document the Contributor Covenant as our Code of Conduct. (#116)
See https://01.org/blogs/2018/intel-covenant-code
2019-09-10 16:29:50 +08:00
wenyongh
4886317f5b Merge pull request #32 from intel/master
Fix typo 'destory' and compile issue (#119)
2019-09-10 15:53:39 +08:00
Weining
a770706cb6 Fix typo 'destory' and compile issue (#119)
* Optimize samples build process

* Samples: build 64 bit version by default

* Fix typo 'destory'

* Fix compile issue
2019-09-10 15:52:03 +08:00
wenyongh
5f7d38af43 Merge pull request #31 from intel/master
Add parameter module inst for native wrapper functions (#117)
2019-09-10 10:40:38 +08:00
wenyongh
26149021ff Add parameter module inst for native wrapper functions (#117)
And add asm code of em64/arm/mips version to call native wrapper functions;
Fix some issues of calling wrapper functions;
2019-09-10 10:23:46 +08:00
wenyongh
d1a7a5a5a1 Fix issue of call native for x86_64/arm/mips, add module inst parameter for native wrapper functions 2019-09-10 09:44:28 +08:00
wenyongh
c60fad0023 Merge pull request #30 from intel/master
Sync up with master repo
2019-09-10 08:54:27 +08:00
Wang Xin
2294f52e3a Update README.md (#114) 2019-09-09 20:51:40 +08:00
Wang Xin
c0a2cba5ce Merge branch 'master' into master 2019-09-09 07:42:30 +08:00
wenyongh
a424e63089 Merge pull request #29 from intel/master
Sync up with master repo
2019-09-08 13:27:05 +08:00
Wang Xin
fdba8adcaa Update release_ack.md 2019-09-07 14:34:03 +08:00
Wang Xin
efd809756a 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
Wang Xin
8af66fd738 Update README.md 2019-09-07 14:23:18 +08:00
Xin Wang
fd5eaa1a28 roadmap and releases 2019-09-07 14:16:50 +08:00
Xin Wang
2b915b9383 more changes 2019-09-07 13:23:52 +08:00
Xin Wang
d9540ebd16 re-organize the readme 2019-09-07 12:14:58 +08:00
Wang Xin
c633be998b Update README.md 2019-09-07 09:30:06 +08:00
Wang Xin
9b07113d77 Merge pull request #1 from intel/master
sync with master
2019-09-07 08:20:41 +08:00
wenyongh
a7e020722d Merge pull request #28 from intel/master
Sync up with master repo
2019-09-06 16:54:25 +08:00
Jonathan Dong
8deef78624 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
4a14e54e86 Enhance security of libc strcpy/sprintf wrapper function (#108) 2019-08-29 14:31:15 +08:00
wenyongh
a3533cc26e Enhance security of libc strcpy/sprintf wrapper function 2019-08-29 14:28:45 +08:00
wenyongh
11a4baa45e 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
5257dd8a48 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
c2d6d18b15 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
bd18d2fc12 Merge pull request #26 from intel/master
Add Linux SGX support (#106)
2019-08-28 15:09:41 +08:00
wenyongh
5c69543c54 Add Linux SGX support (#106) 2019-08-28 15:08:52 +08:00
wenyongh
eb846ed4fb 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
c808aa2ebb Add more security checks for libc wrapper API's (#105) 2019-08-28 15:06:04 +08:00
wenyongh
88193b4fa6 Add more strict security checks for libc wrapper API's 2019-08-28 13:52:37 +08:00
wenyongh
e9bf5ce83b 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
92cbecbec8 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
b37255010d 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
bb77158dd7 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
de81b95ab8 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
0110ca5580 Remove wasm_application_exectue_* APIs from wasm_export.h which makes confused 2019-08-21 16:33:58 +08:00
wenyongh
b9ea45c1c9 Enable native/app address validation and conversion for wasm app 2019-08-21 16:17:26 +08:00
wenyongh
b9d1f70050 Updates that let a restricted version of the interpreter run in SGX 2019-08-19 15:53:02 +08:00
wenyongh
25ef974511 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
9ed6d6af0a Fix issue about illegal load of EXC_RETURN into PC on stm32 board (#98) 2019-08-14 16:14:44 +08:00
wenyongh
77ab5c4440 Fix issue about illegal load of EXC_RETURN into PC on stm32 board 2019-08-14 16:12:04 +08:00
wenyongh
c4eb47778b Merge pull request #21 from intel/master
Sync up with main repo
2019-08-14 12:13:06 +08:00
luhanzhl
2f10027447 add iot app store demo (#96) 2019-08-14 10:37:39 +08:00
Jonathan Beri
51ac31eaa1 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
757d024628 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
3f15fb3424 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