返回排行榜
elsaland/elsa
TypeScript❄️ Elsa is a minimal runtime for JavaScript and TypeScript written in Go
elsajavascripttypescriptruntimegoquickjs
关键指标
Star 增长趋势
Star
2.8k
Forks
62
周增长
—
Issues
17
1k1.5k2k2.5k
2020年9月2021年8月2022年8月2023年8月2024年8月2025年7月2026年7月
制品库npm
npm install elsaREADME
Elsa
Elsa is a minimal JavaScript and TypeScript runtime written in Go. Built on top of quickjs and heavily inspired by Deno.
Features
- URL imports.
- useful Web APIs.
- compiles TypeScript out of the box.
- bundling.
elsa bundle - compiling to native distributable binaries.
elsa compile
// hello.ts
import { hello } from "https://x.nest.land/arweave-hello@0.0.2/mod.ts";
hello("Elsa");
> elsa run hello.ts
Hello, Elsa
相关仓库