garnet_tool

Functions

pub fn compile(
  modname: String,
  outfile: String,
  runtime: String,
) -> Nil

Compile module to single binary.

compile("example", "out", "deno")
pub fn main() -> Nil
Search Document