Class NativeBinaryResolver

java.lang.Object
dev.vanengine.core.NativeBinaryResolver

public class NativeBinaryResolver extends Object
Resolves the van-compiler-wasi native binary for the current platform.

Lookup order:

  1. VAN_COMPILER_PATH environment variable (offline / custom builds)
  2. ~/.van/bin/van-compiler-wasi-{version}{suffix} (local cache)
  3. van-compiler-wasi on PATH
  4. Auto-download from GitHub Release to ~/.van/bin/ (Playwright mode)
  • Constructor Details

    • NativeBinaryResolver

      public NativeBinaryResolver()
  • Method Details

    • resolve

      public Path resolve()