wasm-micro-runtime/core/iwasm
Enrico Loparco 6cb2ea4935
fix command-reactor: Look for _initialize only if _start not found (#2891)
A wasm module can be either a command or a reactor, so it can export
either `_start` or `_initialize`. Currently, if a command module is run,
`iwasm` still looks for `_initialize`, resulting in the warning:
  `can not find an export 0 named _initialize in the module`.

Change to look for `_initialize` only if `_start` not found to resolve the issue.
2023-12-11 10:10:26 +08:00
..
aot Enable spectest on riscv64 (#2843) 2023-12-04 14:22:47 +08:00
common Fix typo in CI config and suppress STORE_U8 in TSAN (#2802) 2023-12-11 09:16:30 +08:00
compilation Fix compilation warnings on Windows (#2868) 2023-12-06 16:12:33 +08:00
doc Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00
fast-jit Fix fast-jit accessing shared memory's fields issue (#2841) 2023-12-01 17:41:24 +08:00
include Update version number to 1.3.0 and update release notes (#2821) 2023-12-06 16:27:21 +08:00
interpreter fix command-reactor: Look for _initialize only if _start not found (#2891) 2023-12-11 10:10:26 +08:00
libraries Fix possible dead lock in wasm_cluster_spawn_exec_env (#2882) 2023-12-08 17:28:57 +08:00
README.md Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00