rebase, bind, weak_bind, lazy_bind, and export
Functions don't need be bound immediately, and can be lazily bound on first useIn this way, we can reduce the number of unnecessary symbol lookups
But, my loader isn't lazy :)