package tezos-webassembly-interpreter

  1. Overview
  2. Docs
type global
type t = global
exception Type
exception NotMutable
val type_of : global -> Types.global_type
val load : global -> Values.value
val store : global -> Values.value -> unit