Skip to content

Latest commit

 

History

History
51 lines (37 loc) · 897 Bytes

README.markdown

File metadata and controls

51 lines (37 loc) · 897 Bytes

small logo

small

Toy runtime build on top of includejs

github action build

Usage

./build/small_runtime <path of your .fs file>

Example:

./build/small_runtime index.js

Dependencies

  • C++
  • CMake
  • JavascriptCore
  • Brew (macOS)

Build localy

Install dependencies

  • For macOS

    brew bundle 
    
  • For Ubuntu

    sudo apt-get install --yes libjavascriptcoregtk-4.0-dev
    

Run

make

When the build is finished, you'll find the executable available at this location:

./build/small_runtime