wasm-micro-runtime/core/shared/utils
Jie He be2b561935
[dylink] Add an experimental shared-everything multiple modules link feature. (#1023)
By this patch, an experimental shared-everything modules linking is supported, typically
user could use the feature to dlopen a wasm/aot module, then get the funcref by dlsym, and
call the target function by call indirect instr. Of course, a dlclose is supported too.

Currently, root module could be a regular module, wasi module, or AssemblyScript module;
dependency module MUST be a module built followed the proposal "dynamical linking", that means
it should contain a new dylink section and no mem allocator function exported. User could
get it by clang or emcc. New iwasm switch --enable-dopen is used for enabling the feature and
choosing the launch mode. see the iwasm -h for details.

Multiple modules feature is not well tested, there should be some cases not covered.

Co-authored-by: jhe <hejie.he@antgroup.com>
2022-02-28 18:13:36 +08:00
..
uncommon [dylink] Add an experimental shared-everything multiple modules link feature. (#1023) 2022-02-28 18:13:36 +08:00
bh_assert.c Apply clang-format for core/shared and product-mini files (#785) 2021-10-14 09:12:07 +08:00
bh_assert.h Apply clang-format for core/shared and product-mini files (#785) 2021-10-14 09:12:07 +08:00
bh_common.c Apply clang-format for core/shared and product-mini files (#785) 2021-10-14 09:12:07 +08:00
bh_common.h Apply clang-format for core/shared and product-mini files (#785) 2021-10-14 09:12:07 +08:00
bh_hashmap.c [dylink] Add an experimental shared-everything multiple modules link feature. (#1023) 2022-02-28 18:13:36 +08:00
bh_hashmap.h [dylink] Add an experimental shared-everything multiple modules link feature. (#1023) 2022-02-28 18:13:36 +08:00
bh_list.c Apply clang-format for core/shared and product-mini files (#785) 2021-10-14 09:12:07 +08:00
bh_list.h Apply clang-format for core/shared and product-mini files (#785) 2021-10-14 09:12:07 +08:00
bh_log.c Apply clang-format for core/shared and product-mini files (#785) 2021-10-14 09:12:07 +08:00
bh_log.h Apply clang-format for core/shared and product-mini files (#785) 2021-10-14 09:12:07 +08:00
bh_platform.h Apply clang-format for core/shared and product-mini files (#785) 2021-10-14 09:12:07 +08:00
bh_queue.c Apply clang-format for core/shared and product-mini files (#785) 2021-10-14 09:12:07 +08:00
bh_queue.h Apply clang-format for core/shared and product-mini files (#785) 2021-10-14 09:12:07 +08:00
bh_vector.c Apply clang-format for core/shared and product-mini files (#785) 2021-10-14 09:12:07 +08:00
bh_vector.h Apply clang-format for core/shared and product-mini files (#785) 2021-10-14 09:12:07 +08:00
runtime_timer.c Apply clang-format for core/shared and product-mini files (#785) 2021-10-14 09:12:07 +08:00
runtime_timer.h Apply clang-format for core/shared and product-mini files (#785) 2021-10-14 09:12:07 +08:00
SConscript add porting codes of rt-thread (#494) 2021-01-14 11:26:35 +08:00
shared_utils.cmake re-org platform APIs, simplify porting process (#201) 2020-03-16 16:43:57 +08:00