pub fn compile( modname: String, outfile: String, runtime: String, ) -> Nil
Compile module to single binary.
compile("example", "out", "deno")
pub fn main() -> Nil