From c4d482775237df22a849b641a6b695860ea1c53b Mon Sep 17 00:00:00 2001 From: Nguyen Anh Quynh Date: Sun, 3 Feb 2019 14:38:23 +0800 Subject: [PATCH] update COMPILE_CMAKE.TXT to add WASM info --- COMPILE_CMAKE.TXT | 1 + 1 file changed, 1 insertion(+) diff --git a/COMPILE_CMAKE.TXT b/COMPILE_CMAKE.TXT index b661d08e..b1d441c8 100644 --- a/COMPILE_CMAKE.TXT +++ b/COMPILE_CMAKE.TXT @@ -33,6 +33,7 @@ Get CMake for free from http://www.cmake.org. - CAPSTONE_X86_TMS320C64X: support TMS320C64X. Run cmake with -DCAPSTONE_TMS320C64X_SUPPORT=0 to remove TMS320C64X. - CAPSTONE_X86_M680X: support M680X. Run cmake with -DCAPSTONE_M680X_SUPPORT=0 to remove M680X. - CAPSTONE_X86_EVM: support EVM. Run cmake with -DCAPSTONE_EVM_SUPPORT=0 to remove EVM. + - CAPSTONE_X86_WASM: support Web Assembly. Run cmake with -DCAPSTONE_WASM_SUPPORT=0 to remove WASM. By default, all architectures are compiled in.