Class FunctionImport

java.lang.Object
com.dylibso.chicory.wasm.types.Import
com.dylibso.chicory.wasm.types.FunctionImport

public final class FunctionImport extends Import
An imported function.
  • Constructor Details

    • FunctionImport

      public FunctionImport(String moduleName, String name, int typeIndex)
      Construct a new instance.
      Parameters:
      moduleName - the module name (must not be null)
      name - the imported function name (must not be null)
      typeIndex - the type index of the function (should correspond to a valid index in the type section)
  • Method Details