C++/Go Library Loading
Imagine you only have access to a library (.a) and its header (.h) file. You can see the functions and their signatures, but you just can't figure out how to…
Imagine you only have access to a library (.a) and its header (.h) file. You can see the functions and their signatures, but you just can't figure out how to…
I had a hell of a time getting this to work. Here's how I did it. Let's write a small library in C++. // mysum.h #ifdef __cplusplus // extern "C"…
In the previous section of this tutorial, we set up a WSL build environment in Windows for Rust, adapted code, and compiled + packaged a binary ready for upload to…
Let it be known that the existing tutorials are all poor and lack thoroughness. They're fine if you already have experience cross-compiling Rust AND working with AWS Lambda. I intend…