make it a wasi executable

This commit is contained in:
nora 2023-07-26 21:35:31 +02:00
parent 8dd7c174ee
commit 1d0e3a3aff
7 changed files with 87 additions and 13 deletions

View file

@ -10,7 +10,8 @@ import fs from "fs";
import { exec } from "child_process";
const input = `
function main(i: Int, j: Int): Bool = false == (i == 0);
function main() = ();
function test(i: Int, j: Int): Bool = false == (i == 0);
`;
function main() {