File tree Expand file tree Collapse file tree
component-model/examples/tutorial Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ mod bindings {
1212 path: "wit/adder/world.wit" ,
1313 } ) ;
1414
15- // In the lines below we use the generated `export!()` macro re-use and
15+ // In the lines below we use the generated `export!()` macro re-use and
1616 use super :: AdderComponent ;
1717 export ! ( AdderComponent ) ;
1818}
Original file line number Diff line number Diff line change @@ -201,9 +201,7 @@ macro_rules! __export_calculator_impl {
201201#[ doc( inline) ]
202202pub ( crate ) use __export_calculator_impl as export;
203203#[ cfg( target_arch = "wasm32" ) ]
204- #[ unsafe(
205- link_section = "component-type:wit-bindgen:0.41.0:docs:calculator@0.1.0:calculator:encoded world"
206- ) ]
204+ #[ unsafe( link_section = "component-type:wit-bindgen:0.41.0:docs:calculator@0.1.0:calculator:encoded world" ) ]
207205#[ doc( hidden) ]
208206#[ allow( clippy:: octal_escapes) ]
209207pub static __WIT_BINDGEN_COMPONENT_TYPE: [ u8 ; 308 ] = * b"\
You can’t perform that action at this time.
0 commit comments