Skip to content

Commit

Permalink
Generate aqua header
Browse files Browse the repository at this point in the history
  • Loading branch information
InversionSpaces committed Jan 5, 2024
1 parent c4b0d49 commit 9ce69dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ fn aqua(args: &clap::ArgMatches<'_>) -> Result<(), anyhow::Error> {
let service_name = service_name.to_pascal_case();

// this line allows exporting all the stuff from generated aqua module definition
println!("module {} declares *\n", service_name);
println!("aqua {} declares *\n", service_name);

let mut module_interface = marine_it_parser::module_interface(wasm_path)?;
for record in module_interface.record_types.iter() {
Expand Down

0 comments on commit 9ce69dd

Please sign in to comment.