Skip to content

crossnx/small

Repository files navigation

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

About

Toy runtime build on top of IncludeJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published