We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ea8017 commit 9c6760bCopy full SHA for 9c6760b
1 file changed
doc/build_wamr.md
@@ -335,7 +335,7 @@ SIMDE (SIMD Everywhere) implements SIMD operations in fast interpreter mode.
335
336
- **WAMR_BUILD_GC**=1/0, default to off.
337
- **WAMR_BUILD_GC_HEAP_VERIFY**=1/0, default to off. When enabled, verifies the heap during free.
338
-- **WAMR_BUILD_STRINGREF**=1/0, default to off.
+- **WAMR_BUILD_STRINGREF**=1/0, default to off. When enabled, need to set WAMR_STRINGREF_IMPL_SOURCE as well
339
340
> [!WARNING]
341
> Garbage collection is not supported in fast-jit mode and multi-tier-jit mode.
0 commit comments