/ocaml

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

Primary LanguageOCamlOtherNOASSERTION

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