- Notifications
You must be signed in to change notification settings - Fork0
hahnlee/pan
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Son of the Hermes
Yet another JavaScript runtime powered by Hermes. Pan is built to supportpositron
Just for Fun! ...but, I was inspired by the following reasons:
electron is a great framework, but app's backend code is written in JS so you can check it easily. tauri is also a great framework, but it was a pity that app's backend couldn't be written in JS.
I was drawn to the hermes engine's features to compile JS to bytecode and run it independently. Pan aims to support an electron-like framework using this to make the backend code more difficult to understand.
- Extremely unstable
- Support execute js/hbc files
- Support the require function
- Compatibility with Node.js
- Support .hbc files import and export
- Support Node.js core modules
- Support Node API (N-API)
- Support CommonJS with Node Module Resolution
- Node addons without using Node API (N-API)
- Better module system (or better module resolution)
- ESM modules (for now)
- Cross platform (for now)
- Libuv
- This is a POC framework.
- It only works on macOS.
Install rust.
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | shInstall dependencies for Hermes engine build.
brew install cmake git ninjagit clone https://github.com/hahnlee/pan.gitcd pangit submodule update --init --recursivecd crates/clicargo run -v- MIT (code)
- CC BY-SA 4.0 (logo image)
About
Son of the Hermes
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
