Update to latest walrus, wasmparser, and wasm-webidl-bindings.

This commit is contained in:
Dan Gohman
2019-09-25 22:04:41 -07:00
parent 622a630acd
commit 10845134f7
8 changed files with 11 additions and 16 deletions

View File

@@ -189,7 +189,7 @@ impl Module {
&self.binary
}
pub fn validate(_store: &Store, binary: &[u8]) -> bool {
validate(binary, None)
validate(binary, None).is_ok()
}
pub fn imports(&self) -> &[ImportType] {
&self.imports