mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-21 12:41:32 +00:00
Finished middleware impl and made a CallTrace middleware
This commit is contained in:
9
lib/middleware-common/src/lib.rs
Normal file
9
lib/middleware-common/src/lib.rs
Normal file
@ -0,0 +1,9 @@
|
||||
pub mod call_trace;
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
#[test]
|
||||
fn it_works() {
|
||||
assert_eq!(2 + 2, 4);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user