|
|
|
|
|
by danShumway
2291 days ago
|
|
Then just say that there should be no interpreter. Don't confuse the issue by talking about memory safety or act like there are better/worse ways to do this. > but the scale of a JS interpreter + the fact that it's meant for executing arbitrary code "the fact that it's meant for executing arbitrary code" is the only part of that statement you need. Avoid executing arbitrary code in unsandboxed/unisolated environments, even in a normal C++ app, even if the code is compiled. The scale doesn't matter. |
|