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
Wenyong Huang ef3a683392
Don't call start/initialize in child thread's instantiation (#1967)
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.
2023-02-17 15:11:05 +08:00
..
app-framework Add more types and APIs for attr_container (#1841) 2023-01-09 21:05:30 +08:00
app-mgr Add darwin support for app_framework (#1601) 2022-10-16 21:23:00 +08:00
deps Integrate WASI-NN into WAMR (#1521) 2022-10-12 12:09:29 +08:00
iwasm Don't call start/initialize in child thread's instantiation (#1967) 2023-02-17 15:11:05 +08:00
shared Fix explicit casts and types in espidf_socket.c (#1945) 2023-02-09 09:34:26 +08:00
config.h Enable wasm cache loading in wasm-c-api (#1759) 2022-12-05 12:25:26 +08:00
version.h Upgrade version number to 1.1.2 (#1788) 2022-12-08 12:21:34 +08:00