Interface Machine

All Known Implementing Classes:
CompilerInterpreterMachine, InterpreterMachine
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface Machine
  • Method Summary

    Modifier and Type
    Method
    Description
    long[]
    call(int funcId, long[] args)
     
  • Method Details

    • call

      long[] call(int funcId, long[] args) throws com.dylibso.chicory.wasm.ChicoryException
      Throws:
      com.dylibso.chicory.wasm.ChicoryException