update COMPILE_CMAKE.TXT to add WASM info

This commit is contained in:
Nguyen Anh Quynh 2019-02-03 14:38:23 +08:00
parent a1d2810a3c
commit 06e6167ceb

View File

@ -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.