wasm-micro-runtime/core/iwasm
Georgii Rylov 0899638ece
Use a manual flag to disable clock_nanosleep on the unsupported platforms (#2176)
For some platforms WAMR gets compiled with `CONFIG_HAS_CLOCK_NANOSLEEP=1`,
while `clock_nanosleep` is not present at the platform, which causes compilation error.

Add check for macro `DISABLE_CLOCK_NANOSLEEP` to resolve the issue, only when
the macro isn't defined can the macro `CONFIG_HAS_CLOCK_NANOSLEEP` take effect.
2023-05-12 07:49:21 +08:00
..
aot Fix issues reported by Coverity (#2083) 2023-03-29 19:40:52 +08:00
common Fix three multi-threading and wasm-c-api-imports issues (#2173) 2023-05-05 10:01:58 +08:00
compilation wamrc: Add --stack-usage option (#2158) 2023-04-28 13:56:44 +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 Implement Fast JIT multi-threading feature (#2134) 2023-04-20 10:09:34 +08:00
include wamrc: Add --stack-usage option (#2158) 2023-04-28 13:56:44 +08:00
interpreter Refine aot compiler check suspend_flags and fix issue of multi-tier jit (#2111) 2023-04-07 06:47:24 +08:00
libraries Use a manual flag to disable clock_nanosleep on the unsupported platforms (#2176) 2023-05-12 07:49:21 +08:00
README.md Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00