Interface CompiledModule


public interface CompiledModule
This interface is implemented by build time compiled wasm modules.
  • Method Details

    • wasmModule

      com.dylibso.chicory.wasm.WasmModule wasmModule()
    • machineFactory

      Function<Instance,Machine> machineFactory()