elsa
elsa copied to clipboard
❄️ Elsa is a minimal runtime for JavaScript and TypeScript written in Go
For example, I have a javascript game loop, I use a Go grpc server to run it. When the player sends an operation request, the Go grpc server will change...
Hi there, Is there downloadable binary anywhere of elsa, or do I need to compile it myself? I can see [this step in the github actions](https://github.com/elsaland/elsa/blob/master/.github/workflows/build.yml#L51-L55) to generate and upload...
Scott McPeak's C++ front-end is called elsa: http://dsw.users.sonic.net/oink/elsa_features.html This is not an obscure project: it was used by Mozilla to do source-to-source transforms on C++, the first time that had...
Is there a way to use this library akin to how something like Goja or Otto usage looks like? I'm working on a CLI where I want to have a...
lithdew/quickjs not eval import xx from "xx.js"
Tons of good improvements that can be made to the codebase: https://deepsource.io/gh/elsaland/elsa/issues/?category=recommended
split the standard library and the runtime into different repositories
Hey everyone :wave: Been busy with several other projects recently which made it hard for me and @filipporeds to be able to work full-time on this. It's time to resume...
Once an HTTP server will be ready I will be able to make an [Elsa port](https://github.com/talentlessguy/tinyhttp/issues/89) of my web framework, so creating this issue to track the progress