mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-10-30 12:51:16 +00:00
- CMakeLists.txt: add lib_export.h to install list
- Fast JIT: enlarge spill cache size to enable several standalone cases
when hw bound check is disabled
- Thread manager: wasm_cluster_exit_thread may destroy an invalid
exec_env->module_inst when exec_env was destroyed before
- samples/socket-api: fix failure to run timeout_client.wasm
- enhance CI build wasi-libc and sample/wasm-c-api-imports CMakeLlist.txt
|
||
|---|---|---|
| .. | ||
| inc | ||
| addr_resolve.c | ||
| CMakeLists.txt | ||
| multicast_client.c | ||
| multicast_server.c | ||
| send_recv.c | ||
| socket_opts.c | ||
| socket_utils.h | ||
| tcp_client.c | ||
| tcp_server.c | ||
| timeout_client.c | ||
| timeout_server.c | ||
| udp_client.c | ||
| udp_server.c | ||