this repo has no description
1# An OCaml toplevel designed to run in a web worker
2
3To run the example, the worker needs to be served by an http server rather
4than loaded from the filesystem. Therefore the example may be run in the
5following way:
6
7```
8$ dune build
9$ cd _build/default/example
10$ python3 -m http.server 8000
11```
12
13and then opening the URL `http://localhost:8000/`