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
1 year ago
doc initial cummit 1 year ago
example initial cummit 1 year ago
src add buggy jdlv, compiles, and runs. Need debug 1 year ago
test initial cummit 1 year ago
.gitignore initial cummit 1 year ago
.ocamlformat initial cummit 1 year ago
CHANGES.md initial cummit 1 year ago
LICENSE.md initial cummit 1 year ago
README.md initial cummit 1 year ago
dune-project initial cummit 1 year ago
jdl_vdm_wasm.opam initial cummit 1 year ago
life.wasm fixed it... by adding more live cells at start smh 1 year ago
life.wast fixed it... by adding more live cells at start smh 1 year 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