package wasm

  1. Overview
  2. Docs
Library to read and write WebAssembly (Wasm) files and manipulate their AST

Install

Dune Dependency

Authors

Maintainers

Sources

opam-2.0.2.zip
md5=5129a11a3426689d0e9e027b2d9b8d5e
sha256=6dae267d47b92ac1d6cb47b34ab4108c4cf7471f35969bf75676a1620a9284cb

doc/wasm/Wasm/Sexpr/index.html

Module Wasm.Sexpr

type sexpr =
  1. | Atom of string
  2. | Node of string * sexpr list
val output : out_channel -> int -> sexpr -> unit
val print : int -> sexpr -> unit
val to_string : int -> sexpr -> string
OCaml

Innovation. Community. Security.