Commit Graph

142 Commits

Author SHA1 Message Date
Weining
7214b95341
Merge pull request #3 from bytecodealliance/master
Enable WASI feature, enhance security and add SGX sample (#142)
2019-11-20 21:22:57 +08:00
Weining
afe4eb7a2b Enable WASI feature, enhance security and add SGX sample (#142)
Change emcc to clang
Refine interpreter to improve perforamnce
2019-11-20 21:16:36 +08:00
Weining Lu
aaaa1b8373 Remove unused file 2019-11-20 21:12:35 +08:00
Weining Lu
7913b0ac13 Merge changes from internal repo 2019-11-20 20:47:12 +08:00
Weining
b632a60898
Merge pull request #2 from bytecodealliance/master
merge from upstream
2019-11-20 20:38:31 +08:00
Riccardo Magliocchetti
cb0c0263b4 README: fix a couple of typos 2019-11-12 14:59:28 -08:00
Till Schneidereit
b635fa78ce
Merge pull request #139 from tschneidereit/master
Make it a Bytecode Alliance project
2019-11-12 17:48:56 +01:00
Till Schneidereit
d3361f2189 Make it a Bytecode Alliance project 2019-11-12 17:48:27 +01:00
wenyongh
d36a769789
Remove unused files and update license header of some files (#138) 2019-11-11 20:38:49 -06:00
Josh Triplett
d08e1fc8f0 Relicense to Apache-2.0 with the LLVM-exception (#137)
With agreement from contributors.
2019-11-12 07:45:21 +08:00
wenyongh
e892069f6c
Re-org shared lib header files, remove unused info (#136)
And fix compile issues of vxworks
2019-11-04 18:56:27 -06:00
wenyongh
7375acdc6e
Add BUILD_TARGET setting in makefile (#135) 2019-11-01 00:38:45 -05:00
Weining
36a0ca4583
Merge pull request #1 from intel/master
Remove the binding between current thread and module instance and bug…
2019-10-11 15:32:26 +08:00
Weining
b8c81511c8 Remove the binding between current thread and module instance and bugs fix (#131)
Remove wasm_export_api.h that may confuse
Implement wasm_runtime_validate_app_str_addr()
Fix bugs of loader and pass more spec cases

Signed-off-by: Weining Lu <weining.x.lu@intel.com>
2019-10-11 15:25:23 +08:00
Weining Lu
3d14c352a6 Remove the binding between current thread and module instance and bugs fix
Remove wasm_export_api.h that may confuse
Implement wasm_runtime_validate_app_str_addr()
Fix bugs of loader and pass more spec cases

Signed-off-by: Weining Lu <weining.x.lu@intel.com>
2019-10-11 15:16:49 +08:00
Xu Jun
526c52eebf Add toolchain for WAMR (#127)
* add toolchain for wamr

* add copyright
2019-09-26 19:35:37 +08:00
wenyongh
f43c5d7670
Add a switch to build simple sample without gui support (#126)
* 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

* Add more strict security checks for libc wrapper API's

* Use one libc wrapper copy for sgx and other platforms; remove bh_printf macro for other platform header files

* Enhance security of libc strcpy/sprintf wrapper function

* Fix issue of call native for x86_64/arm/mips, add module inst parameter for native wrapper functions

* Remove get_module_inst() and fix issue of call native

* Refine wgl lib: remove module_inst parameter from widget functions; move function index check to runtime instantiate

* Refine interpreter call native process, refine memory boudary check

* Fix issues of invokeNative function of arm/mips/general version

* Add a switch to build simple sample without gui support
2019-09-25 03:42:56 -05:00
wenyongh
1f16a93aee
Re-implement invokeNative function of arm/mips/general version (#125)
Re-implement them due to the function prototype was changed.
Fix typo of sample/gui/README.
2019-09-22 21:52:39 -05:00
wenyongh
3c2dc23c9b
Refine interpreter call native process and memory boundary check (#124) 2019-09-19 04:05:15 -05:00
wenyongh
51cd080bb3
Refine wgl lib and refine wasm function index check (#122)
Refine wgl lib: remove module_inst parameter from widget functions
Refine wasm function check: move function index check from interpreter call_indirect to runtime instantiate
2019-09-16 14:49:17 +08:00
wenyongh
307b54cc59
Remove get_module_inst() and fix issue of call native (#120) 2019-09-11 15:56:47 +08:00
Josh Triplett
2902722708 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
Weining
030dd4ad21 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
fb9f5f670d
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
Wang Xin
bc762fe9e2
Update README.md (#114) 2019-09-09 20:51:40 +08:00
Wang Xin
39d04cae41
Merge branch 'master' into master 2019-09-09 07:42:30 +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
Wang Xin
5872a700d7
Update README.md 2019-09-07 14:23:18 +08:00
Xin Wang
1eb0febc54 roadmap and releases 2019-09-07 14:16:50 +08:00
Xin Wang
f022df3160 more changes 2019-09-07 13:23:52 +08:00
Xin Wang
cbd046000d re-organize the readme 2019-09-07 12:14:58 +08:00
Wang Xin
6d2bd54d20
Update README.md 2019-09-07 09:30:06 +08:00
Wang Xin
aee6103db6
Merge pull request #1 from intel/master
sync with master
2019-09-07 08:20:41 +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
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
907df087bf
Add Linux SGX support (#106) 2019-08-28 15:08:52 +08:00
wenyongh
e8011b141f
Add more security checks for libc wrapper API's (#105) 2019-08-28 15:06:04 +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
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
955f439be5
Fix issue about illegal load of EXC_RETURN into PC on stm32 board (#98) 2019-08-14 16:14:44 +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
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
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
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
9a02c49d7c
Re-org platform APIs: move most platform APIs of iwasm to shared-lib (#45) 2019-07-22 11:32:51 +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