package wasmer
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
On This Page
  
  
  OCaml bindings for Wasmer
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      v1.2.1+dunefix.tar.gz
    
    
        
    
  
  
  
    
  
  
    
  
        md5=be37208390097ed6b7c7d9ede3c1a2a7
    
    
  sha512=2422c3b32ae053a9f39336b1c9829ec9a508dd7d303e9a68853287ab7dea90b7cbc57f54a04b20a9fb6217527e1c89e8f806349407db5f8679d90fdf7dd3038e
    
    
  Description
The official Wasmer bindings for OCaml
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)
- libwasmer
- ctypes-foreign
- ctypes
- 
  
    dune
  
  
    >= "2.0"
- 
  
    ocaml
  
  
    >= "4.14.1"
Dev Dependencies
None
Used by
None
Conflicts
None
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  On This Page