3 ms·
does rust have FFI, then? (aka stable ABI)
by librasteve 3mo ago
does rust have FFI, then? (aka stable ABI)
- jeremyjh 3mo agoIt 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.