Explorar el Código

Mention WAMR_BUILD_BULK_MEMORY in build_wamr.md (#1069)

Oscar Spencer hace 4 años
padre
commit
5e0ee67d48
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      doc/build_wamr.md

+ 3 - 0
doc/build_wamr.md

@@ -66,6 +66,9 @@ cmake -DWAMR_BUILD_PLATFORM=linux -DWAMR_BUILD_TARGET=ARM
 #### **Enable shared memory feature**
 - **WAMR_BUILD_SHARED_MEMORY**=1/0, default to disable if not set
 
+#### **Enable bulk memory feature**
+- **WAMR_BUILD_BULK_MEMORY**=1/0, default to disable if not set
+
 #### **Enable thread manager**
 - **WAMR_BUILD_THREAD_MGR**=1/0, default to disable if not set