You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ unzip bin.zip
56
56
```
57
57
58
58
- CD to docker folder `cd docker`
59
-
- Run `make c2wasm-api && make clangd && make wasi-sdk && make hook-cleaner && make qjsc`
59
+
- Run `make c2wasm-api && make clangd && make wasi-sdk && make hook-cleaner && make guard-checker && make qjsc`
60
60
- Run `docker-compose build`
61
61
- Run `docker-compose up` or `docker-compose up -d`
62
62
- 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.
0 commit comments