@@ -102,30 +102,30 @@ pub mod exports {
102102 }
103103 #[ doc( hidden) ]
104104 #[ allow( non_snake_case) ]
105- pub unsafe fn _export_eval_expression_cabi < T : Guest > (
105+ pub unsafe fn _export_evalexpression_cabi < T : Guest > (
106106 arg0 : i32 ,
107107 arg1 : i32 ,
108108 arg2 : i32 ,
109109 ) -> i32 {
110110 #[ cfg( target_arch = "wasm32" ) ] _rt:: run_ctors_once ( ) ;
111- let result0 = T :: eval_expression (
111+ let result0 = T :: evalexpression (
112112 Op :: _lift ( arg0 as u8 ) ,
113113 arg1 as u32 ,
114114 arg2 as u32 ,
115115 ) ;
116116 _rt:: as_i32 ( result0)
117117 }
118118 pub trait Guest {
119- fn eval_expression ( op : Op , x : u32 , y : u32 ) -> u32 ;
119+ fn evalexpression ( op : Op , x : u32 , y : u32 ) -> u32 ;
120120 }
121121 #[ doc( hidden) ]
122122 macro_rules! __export_hyperlight_wasm_examples_calculator_calculate_cabi {
123123 ( $ty: ident with_types_in $( $path_to_types: tt) * ) => {
124124 const _ : ( ) = { #[ unsafe ( export_name =
125- "hyperlight-wasm-examples:calculator/calculate#eval-expression " ) ]
126- unsafe extern "C" fn export_eval_expression ( arg0 : i32 , arg1 :
125+ "hyperlight-wasm-examples:calculator/calculate#evalexpression " ) ]
126+ unsafe extern "C" fn export_evalexpression ( arg0 : i32 , arg1 :
127127 i32 , arg2 : i32 , ) -> i32 { unsafe { $( $path_to_types) * ::
128- _export_eval_expression_cabi :: <$ty > ( arg0, arg1, arg2) } } } ;
128+ _export_evalexpression_cabi :: <$ty > ( arg0, arg1, arg2) } } } ;
129129 } ;
130130 }
131131 #[ doc( hidden) ]
@@ -238,13 +238,13 @@ pub(crate) use __export_calculator_impl as export;
238238) ]
239239#[ doc( hidden) ]
240240#[ allow( clippy:: octal_escapes) ]
241- pub static __WIT_BINDGEN_COMPONENT_TYPE: [ u8 ; 440 ] = * b"\
242- \0 asm\x0d \0 \x01 \0 \0 \x19 \x16 wit-component-encoding\x04 \0 \x07 \xb7 \x02 \x01 A\x02 \x01 \
241+ pub static __WIT_BINDGEN_COMPONENT_TYPE: [ u8 ; 439 ] = * b"\
242+ \0 asm\x0d \0 \x01 \0 \0 \x19 \x16 wit-component-encoding\x04 \0 \x07 \xb6 \x02 \x01 A\x02 \x01 \
243243 A\x06 \x01 B\x02 \x01 @\x02 \x01 xy\x01 yy\0 y\x04 \0 \x03 add\x01 \0 \x03 \0 'hyperlight-wasm-\
244244 examples:calculator/add\x05 \0 \x01 B\x02 \x01 @\x02 \x01 xy\x01 yy\0 y\x04 \0 \x08 subtract\
245245\x01 \0 \x03 \0 ,hyperlight-wasm-examples:calculator/subtract\x05 \x01 \x01 B\x04 \x01 m\x02 \
246- \x03 add\x08 subtract\x04 \0 \x02 op\x03 \0 \0 \x01 @\x03 \x02 op\x01 \x01 xy\x01 yy\0 y\x04 \0 \x0f \
247- eval-expression \x01 \x02 \x04 \0 -hyperlight-wasm-examples:calculator/calculate\x05 \x02 \
246+ \x03 add\x08 subtract\x04 \0 \x02 op\x03 \0 \0 \x01 @\x03 \x02 op\x01 \x01 xy\x01 yy\0 y\x04 \0 \x0e \
247+ evalexpression \x01 \x02 \x04 \0 -hyperlight-wasm-examples:calculator/calculate\x05 \x02 \
248248\x04 \0 .hyperlight-wasm-examples:calculator/calculator\x04 \0 \x0b \x10 \x01 \0 \x0a cal\
249249 culator\x03 \0 \0 \0 G\x09 producers\x01 \x0c processed-by\x02 \x0d wit-component\x07 0.22\
250250 7.1\x10 wit-bindgen-rust\x06 0.41.0";
0 commit comments