owi
Owi.Func_intf
module type Value_types = sig ... end
module type Monad_type = sig ... end
module type T_Extern_func = sig ... end
type t =
| WASM of int * Types.simplified Types.func * Env_id.t
| Extern of Func_id.t
module type T = sig ... end