Skip to content

Commit 9295d52

Browse files
authored
Correct the build command in the doc
1 parent 6c3f6fd commit 9295d52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/build_wamr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ And the wasm app can calls below APIs to allocate/free memory from/to the shared
341341
We can combine the configurations. For example, if we want to disable interpreter, enable AOT and WASI, we can run command:
342342
343343
``` Bash
344-
cmake .. -DWAMR_BUILD_INTERP=0 -DWAMR_BUILD_AOT=1 -DWAMR_BUILD_LIBC_WASI=0 -DWAMR_BUILD_PLATFORM=linux
344+
cmake .. -DWAMR_BUILD_INTERP=0 -DWAMR_BUILD_AOT=1 -DWAMR_BUILD_LIBC_WASI=1 -DWAMR_BUILD_PLATFORM=linux
345345
```
346346
347347
Or if we want to enable interpreter, disable AOT and WASI, and build as X86_32, we can run command:

0 commit comments

Comments
 (0)