I should be clearer about how a "transpilation platform" would differ from something like LLVM IR. First, a transpilation platform is focused on interoperability between the source high-level language and the target platform, including high-level language constructs like passing hashtables back and forth. Second, where feasible a transpilation platform attempts to output human-readable high-levl code in the high-level target language.