monoclex / jssat

Compile JS into LLVM IR - JavaScript Static Analysis Tool
https://sirjosh3917.com/posts/jssat-compiling-javascript-to-llvm-ir
Apache License 2.0
37 stars 1 forks source link

How to invoke tool to get LLVM IR #3

Open iNeil77 opened 9 months ago

iNeil77 commented 9 months ago

After making some changes, I have been able to get this to build, but I cannot figure out how to call this tool to get .ll files out of javascript files.