Add frontend client libraries for JavaScript and OCaml
JavaScript client (client/ocaml-worker.js):
- ES module with async/await API for web applications
- TypeScript declarations (ocaml-worker.d.ts)
- Supports init, eval, complete, typeAt, errors, createEnv, destroyEnv
OCaml client (js_top_worker_client_msg):
- Uses new message protocol instead of RPC
- Lwt-based async API matching the JS client
- Part of js_top_worker-client package
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>