Enable ref types by default (#3894)

This commit is contained in:
Maks Litskevich
2024-11-27 14:06:07 +03:00
committed by GitHub
parent 1d111a38d6
commit 7b553cd420
3 changed files with 5 additions and 5 deletions

View File

@ -223,7 +223,7 @@ Currently we only profile the memory consumption of module, module_instance and
> See [basic sample](../samples/basic/src/main.c) for a usage example.
#### **Enable reference types feature**
- **WAMR_BUILD_REF_TYPES**=1/0, default to disable if not set
- **WAMR_BUILD_REF_TYPES**=1/0, default to enable if not set
#### **Exclude WAMR application entry functions**
- **WAMR_DISABLE_APP_ENTRY**=1/0, default to disable if not set