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/iwasm
YAMAMOTO Takashi 77ff7daaf4
Add wasm_runtime_unregister_natives (#1647)
Allow to unregister (or unload) the previously registered native libs,
so that no need to restart the whole engine by using
`wasm_runtime_destroy/wasm_runtime_init`.
2022-10-28 11:03:39 +08:00
..
aot Suppress the warnings when building with GCC11 (#1622) 2022-10-20 21:26:57 +08:00
common Add wasm_runtime_unregister_natives (#1647) 2022-10-28 11:03:39 +08:00
compilation Implement Fast JIT dump call stack and perf profiling (#1633) 2022-10-27 09:28:32 +08:00
fast-jit Implement Fast JIT dump call stack and perf profiling (#1633) 2022-10-27 09:28:32 +08:00
include Add wasm_runtime_unregister_natives (#1647) 2022-10-28 11:03:39 +08:00
interpreter Fix a bug of the return value of memory_instantiate (#1616) 2022-10-19 07:23:03 +08:00
libraries Refactor interpreter/AOT module instance layout (#1559) 2022-10-18 10:59:28 +08:00
README.md Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00