Whenther or not to automatically download a prebuilt binary from github. If this is set to false you will need to manually build the fuzzy binary dependencies by running cargo build --release.

Type: null or boolean or raw lua code

Default: null

Plugin default: true

Declared by:

Extra arguments that will be passed to curl like [ "curl" ..extra_curl_args ..built_in_args ].

Type: null or (list of (string or raw lua code)) or raw lua code

Default: null

Plugin default: [ ]

Declared by:

When downloading a prebuilt binary, force the downloader to use this system triple.

If this is unset then the downloader will attempt to infer the system triple from jit.os and jit.arch. Check the latest release for all available system triples.

WARN: Beware that main may be incompatible with the version you select

Type: null or string or raw lua code

Default: null

Plugin default: null

Declared by:

When downloading a prebuilt binary, force the downloader to resolve this version.

If this is unset then the downloader will attempt to infer the version from the checked out git tag (if any).

WARN: Beware that main may be incompatible with the version you select.

Type: null or string or raw lua code

Default: null

Plugin default: null

Declared by:

Ignores mismatched version between the built binary and the current git sha, when building locally.

Type: null or boolean or raw lua code

Default: null

Plugin default: false

Declared by: