Skip to content

Commit 5258425

Browse files
committed
Move event errors to respective usage
1 parent 3fed3d9 commit 5258425

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

crates/wasmtime/src/runtime/rr/core/events/common_events.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,7 @@ impl Validate<&Result<RRFuncArgVals>> for WasmFuncReturnEvent {
2828
self.0.validate(*expect)
2929
}
3030
}
31+
32+
event_error_types! {
33+
pub struct WasmFuncReturnError(..)
34+
}

0 commit comments

Comments
 (0)