Tezos_wasmer.Instancecreate store module_ imports instantiates a module and links the given imports against what the module needs.
val delete : t -> unitdelete instance destroys the module instance. Make sure that instance is not used after delete is called on it.