mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-03-12 08:55:28 +00:00
Mention WAMR_BUILD_BULK_MEMORY in build_wamr.md (#1069)
This commit is contained in:
parent
559a0502f1
commit
5e0ee67d48
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user