Class WasmExpression.Builder

All Implemented Interfaces:
LanguageBuilder<WasmExpression>
Enclosing class:
WasmExpression

public static class WasmExpression.Builder extends TypedExpressionDefinition.AbstractBuilder<WasmExpression.Builder,WasmExpression>
Builder is a specific builder for WasmExpression.
  • Constructor Details

    • Builder

      public Builder()
  • Method Details

    • module

      public WasmExpression.Builder module(String module)
      Set the module, the distributable, loadable, and executable unit of code in WebAssembly that provides the expression function.
    • end

      public WasmExpression end()
      Description copied from interface: LanguageBuilder
      Ends the build of an expression.
      Returns:
      the expression fully built.