package wasmer

  1. Overview
  2. Docs
OCaml bindings for Wasmer

Install

Dune Dependency

Authors

Maintainers

Sources

v1.2.1+dunefix.tar.gz
md5=be37208390097ed6b7c7d9ede3c1a2a7
sha512=2422c3b32ae053a9f39336b1c9829ec9a508dd7d303e9a68853287ab7dea90b7cbc57f54a04b20a9fb6217527e1c89e8f806349407db5f8679d90fdf7dd3038e

Description

The official Wasmer bindings for OCaml

Tags

org:wasmer

Published: 17 Oct 2022

README

Wasmer OCaml

This is the (official) OCaml bindings for Wasmer.

Usage

Compiling, installing and checking

To compile the library, simply run dune build (to build) or opam install . (to install). There are also integrated tests.

In case you are building it using Dune, you also need to install the libwasmer Opam package.

Documentation

The documentation is incomplete. To build it, the preferred (tested) method is running make doc.

Dependencies (5)

  1. libwasmer
  2. ctypes-foreign
  3. ctypes
  4. dune >= "2.0"
  5. ocaml >= "4.14.1"

Dev Dependencies

None

Used by

None

Conflicts

None