Skip to content

Commit bd1bc08

Browse files
committed
fix edge-actions demo
Signed-off-by: Jorge Prendes <jorge.prendes@gmail.com>
1 parent 158db4f commit bd1bc08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hyperlight_wasm_macro/src/wasmguest.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ fn emit_export_extern_decl<'a, 'b, 'c>(
147147
panic!("resources exported from wasm not yet supported")
148148
}
149149
};
150-
let nlit = n.unraw().to_string();
150+
let nlit = ed.kebab_name;
151151
let pts = ft.params.iter().map(|_| quote! { ::hyperlight_common::flatbuffer_wrappers::function_types::ParameterType::VecBytes }).collect::<Vec<_>>();
152152
let pwts = ft
153153
.params

0 commit comments

Comments
 (0)