wasm-micro-runtime/core/shared/platform/common
modest 03a2af5095
Fix compilation error on iOS due to macOS-specific API (#2995)
`pthread_jit_write_protect_np` is only available on macOS, and
`sys_icache_invalidate` is available on both iOS and macOS and
has no restrictions on ARM architecture.
2024-01-11 12:35:44 +08:00
..
freertos fixed(freertos): Fix crash when wasm app call pthread_exit(NULL) (#2970) 2024-01-02 17:32:09 +08:00
libc-util Move WASI types into separate header (#2724) 2023-11-07 09:39:15 +08:00
math Fix zephyr sample build errors (#1757) 2022-11-28 11:23:51 +08:00
posix Fix compilation error on iOS due to macOS-specific API (#2995) 2024-01-11 12:35:44 +08:00