❄️ Elsa 是一个使用 Go 编写的 JavaScript 和 TypeScript 的最小运行时
Elsa is a minimal JavaScript and TypeScript runtime written in Go. Built on top of quickjs and heavily inspired by Deno.
elsa bundleelsa compile// hello.ts
import { hello } from "https://x.nest.land/[email protected]/mod.ts";
hello("Elsa");
> elsa run hello.ts
Hello, Elsa
暂无开放 Issues,或尚未同步最近议题。