wasm-micro-runtime/core/shared
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
..
coap Apply clang-format for core/shared and product-mini files (#785) 2021-10-14 09:12:07 +08:00
mem-alloc Add compilation flag to enable/disable heap corruption check (#2766) 2023-11-15 17:20:50 +08:00
platform Fix compilation error on iOS due to macOS-specific API (#2995) 2024-01-11 12:35:44 +08:00
utils Avoid reporting timestamp if custom logger is used (#2905) 2023-12-14 14:55:17 +08:00