Skip to content

jonnyfiveisonline/js_top_worker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

140 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An OCaml toplevel designed to run in a web worker

To run the example, the worker needs to be served by an http server rather than loaded from the filesystem. Therefore the example may be run in the following way:

$ dune build
$ cd _build/default/example
$ python3 -m http.server 8000

and then opening the URL http://localhost:8000/

About

Javascript toplevel worker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • OCaml 52.9%
  • JavaScript 32.4%
  • HTML 9.3%
  • Raku 5.2%
  • Shell 0.1%
  • Python 0.1%