Skip to content

Commit

Permalink
chore: doc comment clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
mattyg committed Dec 18, 2024
1 parent a5c86ac commit c409299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/common/src/result.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ impl WasmErrorInner {
| Self::ErrorWhileError
// Bad memory is bad memory.
| Self::Memory
// Failing to compile means we cannot reuse.
// Failing to build the wasmer Module means we cannot use it.
| Self::ModuleBuild(_)
// This is ambiguous so best to treat as potentially corrupt.
| Self::CallError(_)
Expand Down

0 comments on commit c409299

Please sign in to comment.