OCaml HTML5 parser/serialiser based on Python's JustHTML
1(*---------------------------------------------------------------------------
2 Copyright (c) 2025 Anil Madhavapeddy <anil@recoil.org>. All rights reserved.
3 SPDX-License-Identifier: MIT
4 ---------------------------------------------------------------------------*)
5
6(* Entry point for the standalone JavaScript build.
7 This registers the API on window.html5rw when the script loads. *)
8
9let () = Htmlrw_js.register_global_api ()