circu.js
    Preparing search index...

    Function setWasiOptions

    • Set WASI options for a Module Must be called before buildInstance()

      Parameters

      • module: CModuleWASM.Module

        The Module to set WASI options for

      • args: string[]

        Command-line arguments (argv)

      • env: WasiEnv | null

        Environment variables

      • preopens: WasiPreopens | null

        Directory mappings { guestPath: hostPath }

      Returns void