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: DEVELOPMENT.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,12 @@
1
-
# How to Develop Proxy Wasm Cpp Host
1
+
# Development guidelines
2
2
3
-
## Generate compile commands
3
+
## Generate compilation database
4
4
5
-
You could use the following commands to generate the `compile_commands.json` file:
5
+
[JSON Compilation Database](https://clang.llvm.org/docs/JSONCompilationDatabase.html) files can be used by [clangd](https://clangd.llvm.org/) or similar tools to add source code cross-references and code completion functionality to editors.
6
+
7
+
The following command can be used to generate the `compile_commands.json` file:
0 commit comments