This repository has been archived on 2023-11-05. You can view files and clone it, but cannot push or open issues or pull requests.
wasm-micro-runtime/core/shared/utils
Xiaokang Qin 264e189690
Add Windows support for C-API and Runtime API libraries and examples. (#379)
* Add Windows support for C-API and Runtime API libraries and examples.

Signed-off-by: Wu Zhongmin <vwzm@live.com>
Signed-off-by: Xiaokang Qin <xiaokang.qxk@antgroup.com>

* Address the review comments

Signed-off-by: Xiaokang Qin <xiaokang.qxk@antgroup.com>

* Rewrite the the bh_getopt to make it avaliable for more kinds of options

Signed-off-by: Wu Zhongmin <vwzm@live.com>
Signed-off-by: Xiaokang Qin <xiaokang.qxk@antgroup.com>

* Add the license header

Signed-off-by: Xiaokang Qin <xiaokang.qxk@antgroup.com>

Co-authored-by: Zhongmin Wu <vwzm@live.com>
2020-09-11 17:36:04 +08:00
..
uncommon Add Windows support for C-API and Runtime API libraries and examples. (#379) 2020-09-11 17:36:04 +08:00
bh_assert.c re-org platform APIs, simplify porting process (#201) 2020-03-16 16:43:57 +08:00
bh_assert.h re-org platform APIs, simplify porting process (#201) 2020-03-16 16:43:57 +08:00
bh_common.c Implement multi-module feature and bulk-memory feature (#271) 2020-06-02 14:53:06 +08:00
bh_common.h Implement multi-module feature and bulk-memory feature (#271) 2020-06-02 14:53:06 +08:00
bh_hashmap.c re-org platform APIs, simplify porting process (#201) 2020-03-16 16:43:57 +08:00
bh_hashmap.h re-org platform APIs, simplify porting process (#201) 2020-03-16 16:43:57 +08:00
bh_list.c re-org platform APIs, simplify porting process (#201) 2020-03-16 16:43:57 +08:00
bh_list.h re-org platform APIs, simplify porting process (#201) 2020-03-16 16:43:57 +08:00
bh_log.c Implement libc-WASI for Linux SGX platform and update documents (#343) 2020-08-10 15:12:26 +08:00
bh_log.h Refactor app heap and memory boundary check, and fix os_printf compilation error (#356) 2020-08-20 12:43:12 +08:00
bh_platform.h Eable post-MVP feature wasm-c-api (#315) 2020-07-23 16:54:13 +08:00
bh_queue.c re-org platform APIs, simplify porting process (#201) 2020-03-16 16:43:57 +08:00
bh_queue.h re-org platform APIs, simplify porting process (#201) 2020-03-16 16:43:57 +08:00
bh_vector.c Eable post-MVP feature wasm-c-api (#315) 2020-07-23 16:54:13 +08:00
bh_vector.h Eable post-MVP feature wasm-c-api (#315) 2020-07-23 16:54:13 +08:00
runtime_timer.c fix sgx compile and link error, preserve space for locals before set/tee opcode (#214) 2020-03-27 09:28:30 +08:00
runtime_timer.h Implement multi-module feature and bulk-memory feature (#271) 2020-06-02 14:53:06 +08:00
shared_utils.cmake re-org platform APIs, simplify porting process (#201) 2020-03-16 16:43:57 +08:00