Commit Graph

7 Commits

Author SHA1 Message Date
wenyongh
ad5f4fc071 Add more strict security checks for libc wrapper API's 2019-08-28 13:52:37 +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
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
c290de77e2 Re-org platform APIs: move most platform APIs from iwasm to shared-lib 2019-07-22 11:26:47 +08:00
wenyongh
1c89072d99 Import app manager, samples and test-tools 2019-05-17 17:15:25 +08:00
Wang Xin
6eed9441b8 WebAssembly Micro Runtime first version 2019-05-07 10:18:18 +08:00