Skip to content

Commit b36fac9

Browse files
authored
Merge pull request #4590 from epitaphial/main
Correct the build command typo in the doc
2 parents d55852d + 9295d52 commit b36fac9

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)