Summary
In this chapter, we briefly recapped all communication mechanisms between Lua and C++. This should have sufficiently reinforced your learnings so far.
We also learned how to produce a standalone C++ module as a shared library. This opens new ways for you to organize your projects.
In the next chapter, we will talk more about resource management.