Comment by thayne

Comment by thayne 10 hours ago

0 replies

> And it basically blocks you from doing FFI

It doesn't block it. But it does make FFI much more expensive in go than in languages like Rust, because every foreign call needs to set up a c-compatible stack.