Class CompilerInterpreterMachine

java.lang.Object
com.dylibso.chicory.runtime.InterpreterMachine
com.dylibso.chicory.runtime.internal.CompilerInterpreterMachine
All Implemented Interfaces:
Machine

public class CompilerInterpreterMachine extends InterpreterMachine
This class is used by compiler generated classes. It MUST remain backwards compatible so that older generated code can run on newer versions of the library.