const globalEval = eval;
const window = globalEval("this");
window["denoMain"] = () => {
deno_print("Hello world from foo");
return "foo";
};