pub fn read_script_source_text(
vfs: &Rc<RefCell<Vfs>>,
vm_session: &Rc<RefCell<SessionHolder>>,
path: &str,
) -> Option<String>Expand description
Load script text for source / REPL source / . path: workspace (guest-primary or VFS), then host (design §9).