Hi,

are there any plans to implement complete common safe bindings to LLVM?

I know about existing ones, but they have problems:

-- they are low level unsafe extern C functions, it would be nice to have LLVM 
API wrapped in safe idiomatic rust code

-- some parts are wrapped in safe rust code, but these parts are very rust 
compiler specific

-- even available unsafe bindings are far from being complete, they lack lots 
of useful LLVM functionality (e.g. JIT compilation functionality useful for 
proper REPL implementation)

--
Regards,
Jauhien

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Rust-dev mailing list
Rust-dev@mozilla.org
https://mail.mozilla.org/listinfo/rust-dev

Reply via email to