|
|
|
|
|
by nine_k
2831 days ago
|
|
If you can pick a language which is not JS, there's little point in carrying around such a resource-intensive runtime as JS requires. Consider compiling to LLVM and have a runtime statically adjusted to only carry what's actually used. |
|