wasmer-wasix 0.702.0

WASI and WASIX implementation library for Wasmer WebAssembly runtime
1
2
3
4
5
6
7
8
#[cfg(feature = "journal")]
mod effector;
#[cfg(not(feature = "journal"))]
#[path = "effector/unimplemented.rs"]
mod effector;

pub use effector::*;
pub use wasmer_journal::*;