Skip to content

Commit d02bdc2

Browse files
authored
Fix a typo in CMakeLists.txt (#730)
1 parent 3fb7ebd commit d02bdc2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ set(TARGET_TRIPLE "wasm32-wasip1" CACHE STRING "WASI target to test")
4141
# - https://github.com/llvm/llvm-project/issues/91700
4242
# - https://github.com/llvm/llvm-project/issues/91711
4343
set(LTO "" CACHE STRING "LTO mode to use")
44-
set(MALLOC "dlmalloc" CACHE STRING "Malloc implementation to use (dlmalloc, jemalloc, or none)")
44+
set(MALLOC "dlmalloc" CACHE STRING "Malloc implementation to use (dlmalloc, emmalloc, or none)")
4545
set(BUILTINS_LIB "" CACHE STRING "Path to precompiled compiler-rt builtins library")
4646
set(BULK_MEMORY_THRESHOLD "32" CACHE STRING "Threshold to compile code with")
4747
option(SETJMP "Build setjmp/longjmp support" ON)

0 commit comments

Comments
 (0)