Mavryk_wasmer.Store
type t
WebAssembly runtime store
val create : Engine.t -> t
create engine instantiate a WebAssembly runtime store.
create engine
val delete : t -> unit
delete store destroys the handle to the WebAssembly store.
delete store