Enable WASI feature, enhance security and add SGX sample (#142)
Change emcc to clang Refine interpreter to improve perforamnce
This commit is contained in:
@ -16,7 +16,7 @@ set (BUILD_AS_64BIT_SUPPORT "YES")
|
||||
|
||||
# Set BUILD_TARGET, currently values supported:
|
||||
# "X86_64", "AMD_64", "X86_32", "ARM_32", "MIPS_32", "XTENSA_32"
|
||||
if (NOT BUILD_TARGET)
|
||||
if (NOT DEFINED BUILD_TARGET)
|
||||
if (CMAKE_SIZEOF_VOID_P EQUAL 8)
|
||||
if (BUILD_AS_64BIT_SUPPORT STREQUAL "YES")
|
||||
# Build as X86_64 by default in 64-bit platform
|
||||
|
||||
Reference in New Issue
Block a user