Nikolay N.

Results 2 issues of Nikolay N.

This adds an option called `functionClass`, which purpose is to allow to bring your own execution runtime. Here's a basic example of how one could integrate [quickjs-emscripten](https://github.com/justjake/quickjs-emscripten) module to execute...

There is a compilation error when using either FetchContent or add_subdirectory like in the minimal example below. Reproducible both on Windows and Linux with CMake 4.x. ```cmake cmake_minimum_required(VERSION 3.9) add_subdirectory(watcher)...