Skip to content

Commit 5c2a087

Browse files
authored
Address comments in the PR
1 parent e90a0df commit 5c2a087

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Emscripten-build-instructions.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ emcmake cmake -DCMAKE_BUILD_TYPE=Release \
7373
-DCMAKE_CXX_FLAGS="-Dwait4=__syscall_wait4" \
7474
../llvm
7575
emmake make clang -j $(nproc --all)
76-
emmake make clang-repl -j $(nproc --all)
7776
emmake make lld -j $(nproc --all)
7877
```
7978

@@ -83,8 +82,7 @@ Once this finishes building we need to take note of where we built our llvm buil
8382
export LLVM_BUILD_DIR=$PWD
8483
```
8584

86-
We can move onto building the wasm
87-
version of CppInterOp. To do this execute the following
85+
We can move onto building the wasm version of CppInterOp. To do this execute the following
8886

8987
```bash
9088
cd ../../CppInterOp/
@@ -103,7 +101,7 @@ emcmake cmake -DCMAKE_BUILD_TYPE=Release \
103101
emmake make -j $(nproc --all)
104102
```bash
105103
106-
Once this finishes building we need to take note of where we built our llvm build. This can be done by executing the following
104+
Once this finishes building we need to take note of where we built CppInterOp. This can be done by executing the following
107105
108106
```bash
109107
export CPPINTEROP_BUILD_DIR=$PWD

0 commit comments

Comments
 (0)