Skip to main content

plug_fs

Macro plug_fs 

Source
macro_rules! plug_fs {
    ($state:expr, $($wasm:ident),* $(,)?) => { ... };
    (@inner, $state:expr, $($wasm:ident),* $(,)?) => { ... };
}
Expand description

Plugs the file system ecosystem by defining necessary handlers.