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.
|
3 weeks ago | |
---|---|---|
doc | 2 months ago | |
example | 2 months ago | |
src | 3 weeks ago | |
test | 2 months ago | |
.gitignore | 2 months ago | |
.ocamlformat | 2 months ago | |
CHANGES.md | 2 months ago | |
LICENSE.md | 2 months ago | |
README.md | 2 months ago | |
dune-project | 2 months ago | |
jdl_vdm_wasm.opam | 2 months ago | |
life.wasm | 3 weeks ago | |
life.wast | 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.