Wasm_of_ocaml_compiler_dynlink
val loadfile : string -> unit
loadfile filename dynamically loads a pre-compiled .wasmo/.wasma file.
loadfile filename
.wasmo/.wasma
Raises Failure if the file cannot be read or the module cannot be instantiated.
Failure