mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2025-12-07 17:26:55 +08:00
* Build the standard library as a module .so * Locate and load lib at runtime as a module if it is not provided to the ChaiScript constructor. Decreases compile time by 1/2 for common use cases where the user can use the dynamic library module. |
||
|---|---|---|
| .. | ||
| main.cpp | ||
| multithreaded.cpp | ||
| reflection.cpp | ||
| stl_extra.cpp | ||
| test_module.cpp | ||
| work.chai | ||