Class VanCompiler

java.lang.Object
dev.vanengine.core.VanCompiler
All Implemented Interfaces:
AutoCloseable

public class VanCompiler extends Object implements AutoCloseable
Manages a long-lived van-compiler-wasi daemon subprocess and provides .van file compilation with mtime-based caching.

Lifecycle: call init() to start the daemon, close() to stop it.

  • Constructor Details

    • VanCompiler

      public VanCompiler()
  • Method Details