pub fn interpreter_hostless() -> Interpreter<()>Expand description
The common host-free case.
Forks the process-wide base rather than rebuilding the stdlib. Falls back to a full build if the lock is poisoned: a poisoned lock means another thread panicked mid-fork, and answering a correct-but-slow interpreter beats propagating someone else’s panic into an unrelated caller.