Skip to content

whistle-lang/whistle_deno

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Whistle Deno

Examples

Module Usage

import { compile } from "https://deno.land/x/whistle/mod.ts";

const bytes = compile("export fn add(a: i32, b: i32): i32 { return a + b }");

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published