package owi

  1. Overview
  2. Docs

Module to interpret a linked module.

val module_ : Link.module_to_run -> (unit, string) Stdlib.result

interpret a module

val exec_vfunc : Link.Env.t' Stack.t -> Link.Env.t' Value.Func.t -> (Link.Env.t' Stack.t, string) Stdlib.result

interpret a function with a given input stack and produce a new stack