Skip to content

Commit df51939

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)