Is it possible to incude the icudtl.dat file into the resulting binary when embedding v8?
The documentation hints at this beeing possible with sentences such as "If V8 was compiled with the ICU data in an external file...", but I cannot find any information as to how to do it.
Ensuring this data file would be in a known location on every computer would be a pain. Is it possible to do this without converting the file to a c++ array, saving that to a 50 MB c++ file and extracting it to a random path inside /tmp/?