pub fn add_wasm_headers(config: &mut Build) -> Result<(), Box<dyn Error>>
Expand description

Add the required C header files to the given instance of cc::Build, to allow compilation of tree-sitter parsers to the wasm32-unknown-unknown target.