What is host code?
The host code is the actual code making use of the functionality offered by its contained/isolated/sandboxed counterpart, i.e. a SAPI Library. Such code implements the logic, that any program making use of a typical library would: it calls functions exported by said library, passing and receiving da...