Statically Link

No one seem to have mentioned it before, so just to make it extra clear: OCaml code is always statically linked by default. If you want to link OCaml code dynamically, you need to be explicit about it. All the techniques presented here are used to link the C stuff in.

So the HTTP server and the concurrency stuff will always be in there. :slight_smile:

8 Likes