pub fn build(file: &str) -> Result<String, String>
Precompile file to a standalone native executable next to the source, and warm the bytecode cache. Returns a one-line report of what was built.
file