mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-16 17:18:57 +00:00
Type check tables when importing
This commit is contained in:
@@ -13,7 +13,7 @@ edition = "2018"
|
||||
[dependencies]
|
||||
wasmer-vm = { path = "../vm", version = "1.0.2" }
|
||||
wasmer-types = { path = "../types", version = "1.0.2", default-features = false }
|
||||
wasmparser = { version = "0.77", optional = true, default-features = false }
|
||||
wasmparser = { version = "0.78", optional = true, default-features = false }
|
||||
target-lexicon = { version = "0.11", default-features = false }
|
||||
enumset = "1.0"
|
||||
hashbrown = { version = "0.9", optional = true }
|
||||
|
||||
@@ -445,6 +445,7 @@ pub fn parse_name_section<'data>(
|
||||
}
|
||||
}
|
||||
wasmparser::Name::Local(_) => {}
|
||||
wasmparser::Name::Unknown { .. } => {}
|
||||
};
|
||||
}
|
||||
Ok(())
|
||||
|
||||
Reference in New Issue
Block a user