mirror of
https://github.com/openharmony/ark_js_runtime.git
synced 2026-07-25 14:05:38 -04:00
733093439a
desc: stub.m binary file compiled into shared library solu: 1. ark_stub_compiler executable not depend libark_jsruntime.so and libark_jsoptimizer.so, but depend libark_jsruntime_set and libark_jsoptimizer_set 2. python shell read stub.m binary data, and save to extern array of stub_m.cpp; 3. file_loader.cpp read stub data from array of stub_m.cpp. issue: https://gitee.com/openharmony/ark_js_runtime/issues/I5E4LW Signed-off-by: wanghuan <wanghuan80@huawei.com> Change-Id: I9c95c882b59438370523179dd5949aeca51faa10