Inspected examples here : https://github.com/AssemblyScript/examples We have a web assembly SDK implemented in C++. Want to be able to link AssemblyScript to to it. So need to be able to call AssemblyScript from C++ & C++ from AssemblyScript. Nothing fancy, simple types. Or C interface & can figure out from there.