We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1289671 commit 2eb5fbdCopy full SHA for 2eb5fbd
tests/unit/wasm-vm/CMakeLists.txt
@@ -12,6 +12,7 @@ set(WAMR_BUILD_FAST_INTERP 0)
12
set(WAMR_BUILD_INTERP 1)
13
set(WAMR_BUILD_JIT 0)
14
set(WAMR_BUILD_LIBC_BUILTIN 1)
15
+set(WAMR_BUILD_MULTI_MODULE 1)
16
17
add_definitions (-Dattr_container_malloc=malloc)
18
add_definitions (-Dattr_container_free=free)
0 commit comments