Skip to content

Mr-Leshiy/llvm-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The JavaScript to LLVM IR Compiler

Requirements

rust

llvm-project

cmake > 3.5

For the active contribution into this project it is most convinient and preferable way.

Build

Linux/Macos

Build C/C++ dependencies

cmake . -B build -DLLVM=ON
cmake --build build --parallel 2
cmake --install build

Run build

cargo b

Run tests

cargo test

Run

jsc --input=test_scripts/basic.js --binary-name=run --clean

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published