Module Mavryk_wasmer.Store

type t

WebAssembly runtime store

val create : Engine.t -> t

create engine instantiate a WebAssembly runtime store.

val delete : t -> unit

delete store destroys the handle to the WebAssembly store.