JSON Compilation Database files can be used by clangd or similar tools to add source code cross-references and code completion functionality to editors.
The following command can be used to generate the compile_commands.json
file:
./tools/gen_compilation_database.py --include_all //example/... //:proxy_wasm_intrinsics_full