@@ -132,7 +132,7 @@ const _: () = {
132132 impl TheWorld {
133133 /// Convenience wrapper around [`TheWorldPre::new`] and
134134 /// [`TheWorldPre::instantiate_async`].
135- pub async fn instantiate_async < _T : ' static > (
135+ pub async fn instantiate_async < _T > (
136136 store : impl wasmtime:: AsContextMut < Data = _T > ,
137137 component : & wasmtime:: component:: Component ,
138138 linker : & wasmtime:: component:: Linker < _T > ,
@@ -639,7 +639,7 @@ pub mod exports {
639639 Output = wasmtime:: Result < ( ) > ,
640640 > + Send + ' static + use < S >
641641 where
642- <S as wasmtime:: AsContext >:: Data : Send + ' static ,
642+ <S as wasmtime:: AsContext >:: Data : Send ,
643643 {
644644 let callee = unsafe {
645645 wasmtime:: component:: TypedFunc :: <
@@ -657,7 +657,7 @@ pub mod exports {
657657 Output = wasmtime:: Result < ( ) > ,
658658 > + Send + ' static + use < S >
659659 where
660- <S as wasmtime:: AsContext >:: Data : Send + ' static ,
660+ <S as wasmtime:: AsContext >:: Data : Send ,
661661 {
662662 let callee = unsafe {
663663 wasmtime:: component:: TypedFunc :: <
@@ -674,7 +674,7 @@ pub mod exports {
674674 Output = wasmtime:: Result < ( ) > ,
675675 > + Send + ' static + use < S >
676676 where
677- <S as wasmtime:: AsContext >:: Data : Send + ' static ,
677+ <S as wasmtime:: AsContext >:: Data : Send ,
678678 {
679679 let callee = unsafe {
680680 wasmtime:: component:: TypedFunc :: <
@@ -693,7 +693,7 @@ pub mod exports {
693693 Output = wasmtime:: Result < ( ) > ,
694694 > + Send + ' static + use < S >
695695 where
696- <S as wasmtime:: AsContext >:: Data : Send + ' static ,
696+ <S as wasmtime:: AsContext >:: Data : Send ,
697697 {
698698 let callee = unsafe {
699699 wasmtime:: component:: TypedFunc :: <
@@ -710,7 +710,7 @@ pub mod exports {
710710 Output = wasmtime:: Result < ( ) > ,
711711 > + Send + ' static + use < S >
712712 where
713- <S as wasmtime:: AsContext >:: Data : Send + ' static ,
713+ <S as wasmtime:: AsContext >:: Data : Send ,
714714 {
715715 let callee = unsafe {
716716 wasmtime:: component:: TypedFunc :: <
@@ -727,7 +727,7 @@ pub mod exports {
727727 Output = wasmtime:: Result < ( ) > ,
728728 > + Send + ' static + use < S >
729729 where
730- <S as wasmtime:: AsContext >:: Data : Send + ' static ,
730+ <S as wasmtime:: AsContext >:: Data : Send ,
731731 {
732732 let callee = unsafe {
733733 wasmtime:: component:: TypedFunc :: <
@@ -744,7 +744,7 @@ pub mod exports {
744744 Output = wasmtime:: Result < ( ) > ,
745745 > + Send + ' static + use < S >
746746 where
747- <S as wasmtime:: AsContext >:: Data : Send + ' static ,
747+ <S as wasmtime:: AsContext >:: Data : Send ,
748748 {
749749 let callee = unsafe {
750750 wasmtime:: component:: TypedFunc :: <
@@ -761,7 +761,7 @@ pub mod exports {
761761 Output = wasmtime:: Result < ( ) > ,
762762 > + Send + ' static + use < S >
763763 where
764- <S as wasmtime:: AsContext >:: Data : Send + ' static ,
764+ <S as wasmtime:: AsContext >:: Data : Send ,
765765 {
766766 let callee = unsafe {
767767 wasmtime:: component:: TypedFunc :: <
@@ -783,7 +783,7 @@ pub mod exports {
783783 Output = wasmtime:: Result < ( ) > ,
784784 > + Send + ' static + use < S >
785785 where
786- <S as wasmtime:: AsContext >:: Data : Send + ' static ,
786+ <S as wasmtime:: AsContext >:: Data : Send ,
787787 {
788788 let callee = unsafe {
789789 wasmtime:: component:: TypedFunc :: <
@@ -800,7 +800,7 @@ pub mod exports {
800800 Output = wasmtime:: Result < ( ) > ,
801801 > + Send + ' static + use < S >
802802 where
803- <S as wasmtime:: AsContext >:: Data : Send + ' static ,
803+ <S as wasmtime:: AsContext >:: Data : Send ,
804804 {
805805 let callee = unsafe {
806806 wasmtime:: component:: TypedFunc :: <
@@ -817,7 +817,7 @@ pub mod exports {
817817 Output = wasmtime:: Result < ( ) > ,
818818 > + Send + ' static + use < S >
819819 where
820- <S as wasmtime:: AsContext >:: Data : Send + ' static ,
820+ <S as wasmtime:: AsContext >:: Data : Send ,
821821 {
822822 let callee = unsafe {
823823 wasmtime:: component:: TypedFunc :: <
@@ -835,7 +835,7 @@ pub mod exports {
835835 Output = wasmtime:: Result < ( ) > ,
836836 > + Send + ' static + use < S >
837837 where
838- <S as wasmtime:: AsContext >:: Data : Send + ' static ,
838+ <S as wasmtime:: AsContext >:: Data : Send ,
839839 {
840840 let callee = unsafe {
841841 wasmtime:: component:: TypedFunc :: <
0 commit comments