Skip to content

🦁 A Minimal and Secure runtime for JavaScript and TypeScript.

License

Notifications You must be signed in to change notification settings

UltiRequiem/kimera

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

🦁 A Minimal and Secure runtime for JavaScript and TypeScript.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project