ffi / ffi-compiler

Apache License 2.0
32 stars 10 forks source link

Proof of concept: Add golang support #14

Closed acaloiaro closed 4 years ago

acaloiaro commented 4 years ago

Hi, I just wanted to share this proof of concept with you all to gauge your interest in introducing it to ffi-compiler. I found that Golang support drops into ffi-compiler with relatively little effort.

This uses Golang's native support for compling C shared libraries from Go code.

I'm curious to hear your thoughts.

Cheers

acaloiaro commented 4 years ago

Opening PR against ffi-compiler2 instead.