Skip to content

Commit ca67760

Browse files
docs: update outdated macos build from source docs (#269)
* (docs): update outdated macos build guide Signed-off-by: Karan <[email protected]> * (docs): update llvm 16 to 18(per ci) Signed-off-by: Karan <[email protected]> --------- Signed-off-by: Karan <[email protected]>
1 parent a24e98c commit ca67760

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

docs/contribute/source/os/macos.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ cd WasmEdge
2828

2929
WasmEdge will try to use the latest LLVM release to create our nightly build. If you want to build from source, you may need to install these dependencies yourself.
3030

31-
- LLVM 16.0.4 (>= 10.0.0)
31+
- LLVM 18.1.8 (>= 10.0.0)
3232

3333
```bash
3434
# Tools and libraries
35-
brew install cmake ninja llvm
36-
export LLVM_DIR="$(brew --prefix)/opt/llvm/lib/cmake"
35+
brew install cmake ninja llvm@18
36+
export LLVM_DIR="$(brew --prefix)/opt/llvm@18/lib/cmake"
3737
export CC=clang
3838
export CXX=clang++
3939
```
@@ -59,11 +59,3 @@ Users can use these tests to verify the correctness of WasmEdge binaries.
5959
cd build
6060
DYLD_LIBRARY_PATH=$(pwd)/lib/api ctest
6161
```
62-
63-
## Known issues
64-
65-
The following tests can not pass on Macos, we are investigating these issues:
66-
67-
- wasmedgeWasiSocketTests
68-
69-
But we have an open issue working on it. Don't hesitate to leave your feedback for [this issue](https://github.com/WasmEdge/WasmEdge/issues/2438).

0 commit comments

Comments
 (0)