wasm-micro-runtime/core/shared
Wenyong Huang 5fb5119239
Disable writting GS register on linux-sgx platform (#2255)
Writing GS segment register is not allowed on linux-sgx since it is used as
the base address of thread data in 64-bit hw mode. Reported in #2252.
Disable writing it and disable segue optimization for linux-sgx platform.
2023-06-05 09:39:26 +08:00
..
coap Apply clang-format for core/shared and product-mini files (#785) 2021-10-14 09:12:07 +08:00
mem-alloc Fix ems allocator unaligned memory access on riscv64 (#2140) 2023-04-26 18:13:11 +08:00
platform Disable writting GS register on linux-sgx platform (#2255) 2023-06-05 09:39:26 +08:00
utils Limit the minimal size of bh_hashmap (#2073) 2023-03-28 14:50:31 +08:00