Interface WasmInvoker


public interface WasmInvoker
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
    call(String method, byte[] input)
     
  • Method Details

    • call

      byte[] call(String method, byte[] input)