u/Adept-Letterhead-122

Greetings, everyone.

ErieRT is a runtime which uses Lua as its scripting language, and uses per-project extension configuration.

It was created as a middle ground between a pure Rust application with little Lua scripting and a full-blown batteries-included runtime like LuaRT and Deno.

ErieRT features a built-in bundler for easier application distribution.

Said extensions can be written in languages which:

  • Can compile to native code
  • Expose a C ABI (extern "C" in C++ and Rust, as an example)
  • Can interface directly with pointer

This project features little to no AI-generated code.

More information can be found on the repo.

It, and its corresponding crates, can all be found on its GitHub page here: https://github.com/JaydonXOneGitHub/ErieRT

u/Adept-Letterhead-122 — 19 days ago