We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fb7ebd commit d02bdc2Copy full SHA for d02bdc2
1 file changed
CMakeLists.txt
@@ -41,7 +41,7 @@ set(TARGET_TRIPLE "wasm32-wasip1" CACHE STRING "WASI target to test")
41
# - https://github.com/llvm/llvm-project/issues/91700
42
# - https://github.com/llvm/llvm-project/issues/91711
43
set(LTO "" CACHE STRING "LTO mode to use")
44
-set(MALLOC "dlmalloc" CACHE STRING "Malloc implementation to use (dlmalloc, jemalloc, or none)")
+set(MALLOC "dlmalloc" CACHE STRING "Malloc implementation to use (dlmalloc, emmalloc, or none)")
45
set(BUILTINS_LIB "" CACHE STRING "Path to precompiled compiler-rt builtins library")
46
set(BULK_MEMORY_THRESHOLD "32" CACHE STRING "Threshold to compile code with")
47
option(SETJMP "Build setjmp/longjmp support" ON)
0 commit comments