mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-05-11 12:11:14 +00:00
![]() 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. |
||
---|---|---|
.. | ||
sandboxed-system-primitives | ||
libc_wasi_wrapper.c | ||
libc_wasi_wrapper.h | ||
libc_wasi.cmake | ||
SConscript |