OpenEval

Eval untrusted and possibly malicious code.

Example

import eval from "https://deno.land/x/open_eval/index.js";
const ev = new Eval();

ev.eval("python3", "print('hello world')")
    .then(data => console.log(data.output));

Note

This package uses Piston to eval your code.

Join my discord

https://discord.gg/2SUybzb