You can search for identifiers within the package.
in-package search v0.2.0
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