Commit Graph

3 Commits

Author SHA1 Message Date
Brandon Fish e0f5a7ac66
FEATURE: Implement MiniRacer for TruffleRuby (#253) 2022-07-21 15:02:32 +10:00
Sam Saffron 1bd82a9884
use CXXFLAGS for C++ compiler
A common mistake, the "CPP" in "CPPFLAGS" is for "C pre-processor"
and most of these options are intended for the (C++) compiler,
not the preprocessor.
2021-12-30 11:38:48 +11:00
Loic Nageleisen c79ff2301f
FEATURE: Isolate v8 symbols (#179)
Adds a custom loader for MiniRacer that isolates all symbols, this allows loading multiple versions of v8 into a single process.
2020-10-09 11:37:25 +11:00