kimera
kimera copied to clipboard
🦁 A Minimal and Secure runtime for JavaScript and TypeScript.
Kimera.js
A minimal JavaScript/TypeScript runtime written in Go.
It is built on top of quickjs and esbuild.
Getting Started
const asyncSayHello = async (text) => {
console.log(text);
};
asyncSayHello("Hello World!");
kimera run myScript.js
Hello World!
Features
- REPL 👇
kimera
- TypeScript out of the box
Installation
Not yet released, working on automatic builds on #2.
go install github.com/UltiRequiem/kimera@latest
License
Kimera.js is Licensed under the MIT License.