Hacker News new | ask | show | jobs
by joisig 954 days ago
Yes, the BEAM VM allows you to write native code in a few different ways and call it from BEAM-native languages. For Rust there is a library called Rustler that simplifies the process a lot.
1 comments

Nice! Thanks