mirror of
https://github.com/fluencelabs/wasmer
synced 2025-07-31 23:32:04 +00:00
Update clif option string, fix table parsing to match AnyFunc
This commit is contained in:
@@ -300,7 +300,7 @@ pub fn read_module<
|
||||
}
|
||||
ParserState::BeginElementSectionEntry {
|
||||
table: ElemSectionEntryTable::Active(table_index_raw),
|
||||
ty: WpType::Func,
|
||||
ty: WpType::AnyFunc,
|
||||
} => {
|
||||
let table_index = TableIndex::new(table_index_raw as usize);
|
||||
let mut elements: Option<Vec<FuncIndex>> = None;
|
||||
|
Reference in New Issue
Block a user