Skip to content

Commit

Permalink
add missing docs to ModuleError
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbepop committed Jan 16, 2023
1 parent cfdca6b commit d37b519
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/wasmi/src/module/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ use core::{
};
use wasmparser::BinaryReaderError as ParserError;

/// Errors that may occur upon reading, parsing and translating Wasm modules.
#[derive(Debug)]
pub enum ModuleError {
/// Encountered when there is a problem with the Wasm input stream.
Expand Down

0 comments on commit d37b519

Please sign in to comment.