We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53a909d commit bef5284Copy full SHA for bef5284
crates/wac-types/src/package.rs
@@ -756,7 +756,7 @@ impl<'a> TypeConverter<'a> {
756
let option = ty.map(|ty| self.component_val_type(ty)).transpose()?;
757
ValueType::Defined(self.types.add_defined_type(DefinedType::Future(option)))
758
}
759
- wasm::ComponentDefinedType::FixedSizeList(ty, size) => {
+ wasm::ComponentDefinedType::FixedLengthList(ty, size) => {
760
let ty = self.component_val_type(*ty)?;
761
ValueType::Defined(
762
self.types
0 commit comments