package extism

  1. Overview
  2. Docs
type t = [
  1. | `Msg of string
]
exception Error of t
val unwrap : ('a, t) Stdlib.result -> 'a
val throw : t -> 'a
OCaml

Innovation. Community. Security.