mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-02-11 09:25:20 +00:00
Fix typo 'DWASM_ENALBE_WASI' in WAMR build instructions (#155)
This commit is contained in:
parent
2b12e2c957
commit
aa24fc5e0f
|
@ -26,7 +26,7 @@ make
|
|||
Note:
|
||||
The WASI feature is enabled by default, if we want to disable it, please run:
|
||||
``` Bash
|
||||
cmake .. -DWASM_ENALBE_WASI=0
|
||||
cmake .. -DWASM_ENABLE_WASI=0
|
||||
```
|
||||
|
||||
Linux SGX (Intel Software Guard Extention)
|
||||
|
|
Loading…
Reference in New Issue
Block a user