Skip to content

Commit d385565

Browse files
committed
testing host_bindgen changes
Signed-off-by: Shailesh Vashishth <shavashishth@gmail.com>
1 parent 835395b commit d385565

File tree

1 file changed

+3
-0
lines changed
  • src/hyperlight_component_macro/src

1 file changed

+3
-0
lines changed

src/hyperlight_component_macro/src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,9 @@ impl Parse for BindgenInputParams {
144144
"path" => {
145145
let value: LitStr = content.parse()?;
146146
path = Some(std::path::PathBuf::from(value.value()));
147+
148+
eprintln!("TWO WORLDS PATH = {}\n", path);
149+
147150
}
148151
_ => {
149152
return Err(syn::Error::new(key.span(), format!("Unknown key: {}", key)));

0 commit comments

Comments
 (0)