We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 668d145 commit 83fb223Copy full SHA for 83fb223
crates/wasmtime/src/runtime/rr/backend.rs
@@ -301,8 +301,8 @@ mod tests {
301
use std::fs::File;
302
use std::path::Path;
303
use tempfile::{NamedTempFile, TempPath};
304
+ use wasm_crimp::EventError;
305
use wasmtime_environ::{FuncIndex, component::ResourceDropRet};
- use wasmtime_rr::EventError;
306
307
impl ReplayBuffer {
308
/// Pop the next replay event and calls `f` with a expected event type
0 commit comments