Skip to content

Commit

Permalink
Merge #1756
Browse files Browse the repository at this point in the history
1756: Add a comment indicating what generates this file. r=nlewycky a=nlewycky



Co-authored-by: Nick Lewycky <[email protected]>
  • Loading branch information
bors[bot] and nlewycky authored Oct 23, 2020
2 parents 59fc5c8 + 1b3254c commit e7a16fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/c-api/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ fn build_wasm_c_api_headers(crate_dir: &str, out_dir: &str) {

let mut pre_header = format!(
r#"// The Wasmer C/C++ header file compatible with the `wasm-c-api` standard API.
// This file is generated by lib/c-api/build.rs.
#if !defined(WASMER_WASM_H_MACROS)
Expand Down
1 change: 1 addition & 0 deletions lib/c-api/wasmer_wasm.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// The Wasmer C/C++ header file compatible with the `wasm-c-api` standard API.
// This file is generated by lib/c-api/build.rs.

#if !defined(WASMER_WASM_H_MACROS)

Expand Down

0 comments on commit e7a16fd

Please sign in to comment.