mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-02-06 23:15:16 +00:00
![]() The start/initialize functions of wasi module are to do some initialization work during instantiation, which should be only called one time in the instantiation of main instance. For example, they may initialize the data in linear memory, if the data is changed later by the main instance, and re-initialized again by the child instance, unexpected behaviors may occur. And clear a shadow warning in classic interpreter. |
||
---|---|---|
.. | ||
arch | ||
debug | ||
aot_intrinsic.c | ||
aot_intrinsic.h | ||
aot_loader.c | ||
aot_reloc.h | ||
aot_runtime.c | ||
aot_runtime.h | ||
iwasm_aot.cmake | ||
SConscript |