Interface ExportFunction

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 ExportFunction
This represents an Exported function from the Wasm module.
  • Method Summary

    Modifier and Type
    Method
    Description
    long[]
    apply(long... args)
     
  • Method Details

    • apply

      long[] apply(long... args) throws com.dylibso.chicory.wasm.ChicoryException
      Throws:
      com.dylibso.chicory.wasm.ChicoryException