oleavr / quickjs-footprint

QuickJS footprint experiments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

quickjs-footprint

QuickJS footprint experiments.

Prerequisites

  • C compiler
  • Meson >= 0.60 (pip3 install meson)
  • ninja (brew install ninja)

Installing

$ meson build
$ meson compile -C build
$ meson install -C build --skip-subprojects

Running

$ hello-quickjs

About

QuickJS footprint experiments

License:The Unlicense


Languages

Language:C 57.1%Language:Meson 42.9%