|
|
|
|
|
by almostgotcaught
335 days ago
|
|
> LLVM into their runtime they're not embedding LLVM - they're embedding clang. if you look at my comment below, you'll see LLVM is not currently sufficient. > [C++] is a royal pain in the ass to target for a dynamic FFI because of that name mangling is by the easiest part of cpp FFI - the hard part is the rest of the ABI. anyone curious can start here https://github.com/rust-lang/rust-bindgen/issues/778 |
|