You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
RadioPotin 1dab792002
fixed it... by adding more live cells at start smh
3 weeks ago
doc initial cummit 2 months ago
example initial cummit 2 months ago
src add buggy jdlv, compiles, and runs. Need debug 3 weeks ago
test initial cummit 2 months ago
.gitignore initial cummit 2 months ago
.ocamlformat initial cummit 2 months ago
CHANGES.md initial cummit 2 months ago
LICENSE.md initial cummit 2 months ago
README.md initial cummit 2 months ago
dune-project initial cummit 2 months ago
jdl_vdm_wasm.opam initial cummit 2 months ago
life.wasm fixed it... by adding more live cells at start smh 3 weeks ago
life.wast fixed it... by adding more live cells at start smh 3 weeks ago

README.md

jdl_vdm_wasm

jdl_vdm_wasm is an OCaml executable/library to TODO.

Installation

jdl_vdm_wasm can be installed with opam:

opam install jdl_vdm_wasm

If you don't have opam, you can install it following the how to install opam guide.

If you can't or don't want to use opam, consult the opam file for build instructions.

Quickstart

let () = Format.printf "TODO@."

For more, have a look at the example folder, at the documentation or at the test suite.

About