package owi

  1. Overview
  2. Docs

Utility functions to compile a module until a given step.

compile a module with a given link state and produce a new link state and a runnable module

val until_interpret : Link.state -> Types.module_ -> (Link.state, string) Stdlib.result

compile and interpret a module with a given link state and produce a new link state