Skip to content

Commit 32d4631

Browse files
committed
update submodules
1 parent 38e3283 commit 32d4631

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@
1313
[submodule "guard-checker"]
1414
path = guard-checker
1515
url = https://github.com/RichardAH/guard-checker
16+
[submodule "compiler-api/clang/includes"]
17+
path = compiler-api/clang/includes
18+
url = https://github.com/Xahau/xahaud

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ checkout:
1010
git submodule update --init --recursive hook-cleaner-c
1111
git submodule update --init --recursive guard-checker
1212
git submodule update --init --recursive quickjslite
13-
git submodule update --init --recursive c2wasm-api/clang/includes
13+
git submodule update --init --recursive compiler-api/clang/includes
1414

1515
bin:
1616
mkdir $@

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ unzip bin.zip
5656
```
5757

5858
- CD to docker folder `cd docker`
59-
- Run `make compiler-api && make clangd && make wasi-sdk && make hook-cleaner && make guard-checker && make qjsc`
59+
- Run `make compiler-api && make clangd && make wasi-sdk && make hook-cleaner && make guard-checker && make qjsc`
6060
- Run `docker-compose build`
6161
- Run `docker-compose up` or `docker-compose up -d`
6262
- This should start server at port `:9000`, the actual compiling endpoint is this: [http://localhost:9000/api/build](localhost:9000/api/build). Note that it takes a while to start.

compiler-api/clang/includes

Submodule includes added at 89cacb1

0 commit comments

Comments
 (0)