package tezos-wasmer

  1. Overview
  2. Docs
type t

WebAssembly module

type format =
  1. | Text
  2. | Binary

Textual or binary representation of WebAssembly

val create : Store.t -> format -> string -> t

create store format code parses a module in the given format.

val delete : t -> unit

delete module_ destroys a WebAssembly module. Make sure that module_ is not used after delete is called on it.

OCaml

Innovation. Community. Security.