// evel should be in bin and lib (file executor is using eval BTW)
pubmodeval;// file executor should not include in wasm (we can't read/write files on browsers)
#[cfg(not(target_family ="wasm"))]pubmodfile_executor;// repl should not include in wasm (rustyline can not compile to wasm)
#[cfg(not(target_family ="wasm"))]pubmodrepl;