Hacker News new | ask | show | jobs
by librasteve 31 days ago
does rust have FFI, then? (aka stable ABI)
1 comments

It can export a stable C ABI. Most languages can - is there any language that has a different stable ABI?

What I was talking about though, was calling into C APIs through FFI, which pretty much every language except Gossamer can do.