Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 485 Bytes

DEVELOPMENT.md

File metadata and controls

11 lines (7 loc) · 485 Bytes

Development guidelines

Generate compilation database

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