@@ -10,10 +10,11 @@ use core::ops::Deref;
1010use wasmtime_environ:: PanicOnOom as _;
1111use wasmtime_environ:: component:: {
1212 ComponentTypes , Export , InterfaceType , ResourceIndex , TypeComponentIndex ,
13- TypeComponentInstanceIndex , TypeDef , TypeEnumIndex , TypeFixedSizeListIndex , TypeFlagsIndex , TypeFuncIndex ,
14- TypeFutureIndex , TypeFutureTableIndex , TypeListIndex , TypeMapIndex , TypeModuleIndex ,
15- TypeOptionIndex , TypeRecordIndex , TypeResourceTable , TypeResourceTableIndex , TypeResultIndex ,
16- TypeStreamIndex , TypeStreamTableIndex , TypeTupleIndex , TypeVariantIndex , alternate_lookup_key,
13+ TypeComponentInstanceIndex , TypeDef , TypeEnumIndex , TypeFixedSizeListIndex , TypeFlagsIndex ,
14+ TypeFuncIndex , TypeFutureIndex , TypeFutureTableIndex , TypeListIndex , TypeMapIndex ,
15+ TypeModuleIndex , TypeOptionIndex , TypeRecordIndex , TypeResourceTable , TypeResourceTableIndex ,
16+ TypeResultIndex , TypeStreamIndex , TypeStreamTableIndex , TypeTupleIndex , TypeVariantIndex ,
17+ alternate_lookup_key,
1718} ;
1819
1920pub use crate :: component:: resources:: ResourceType ;
0 commit comments