Skip to content
forked from ocaml/ocaml

This is a forked version of OCaml, aimed to be compiled to WASM.

License

Notifications You must be signed in to change notification settings

vincentdchan/ocaml

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OCaml on WASM

This is a forked version of OCaml, aimed to be compiled to WASM.

Compilation

Before

Install Emscripten

Follow the official instructions.

Compile

emconfigure ./configure
cd runtime
emmake make ocamlruntime

So you get ocamlrun.js and ocamlrun.wasm

Embedded libraries

About

This is a forked version of OCaml, aimed to be compiled to WASM.

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • OCaml 81.9%
  • C 12.3%
  • Shell 2.7%
  • Assembly 0.9%
  • Makefile 0.9%
  • M4 0.5%
  • Other 0.8%