1
0
Fork 0
forked from fun/fun
fun/web/documentation/external
2026-04-10 23:27:55 +02:00
..
curl.md Moved all docs from ./docs/ to ./web/documentation/ to be available on the website. No code changes. (0.40.5) 2026-04-10 23:27:55 +02:00
ini.md Moved all docs from ./docs/ to ./web/documentation/ to be available on the website. No code changes. (0.40.5) 2026-04-10 23:27:55 +02:00
json.md Moved all docs from ./docs/ to ./web/documentation/ to be available on the website. No code changes. (0.40.5) 2026-04-10 23:27:55 +02:00
openssl.md Moved all docs from ./docs/ to ./web/documentation/ to be available on the website. No code changes. (0.40.5) 2026-04-10 23:27:55 +02:00
pcre2.md Moved all docs from ./docs/ to ./web/documentation/ to be available on the website. No code changes. (0.40.5) 2026-04-10 23:27:55 +02:00
pcsc.md Moved all docs from ./docs/ to ./web/documentation/ to be available on the website. No code changes. (0.40.5) 2026-04-10 23:27:55 +02:00
README.md Moved all docs from ./docs/ to ./web/documentation/ to be available on the website. No code changes. (0.40.5) 2026-04-10 23:27:55 +02:00
sqlite.md Moved all docs from ./docs/ to ./web/documentation/ to be available on the website. No code changes. (0.40.5) 2026-04-10 23:27:55 +02:00
xml2.md Moved all docs from ./docs/ to ./web/documentation/ to be available on the website. No code changes. (0.40.5) 2026-04-10 23:27:55 +02:00

layout published noToc noComments noDate title subtitle description permalink lang tags
page true true false false Fun - External integrations (optional extensions) Catalog of all example scripts under ./examples/, what each area contains, how to run them, required env vars, and extension requirements. Catalog of all example scripts under ./examples/, what each area contains, how to run them, required env vars, and extension requirements. /documentation/external/ en
documentation
handbook
installation
usage
introduction
help
guide
howto
docs
specifications
specs
repl

External integrations (optional extensions)

This section documents Fun's optional, build-time selectable extensions. Each page covers:

  • How to enable the extension via CMake option (FUN_WITH_*)
  • Build requirements and detection notes
  • Available opcodes and/or helper functions
  • Minimal usage examples and links to example scripts

Extensions:

Notes:

  • These integrations are optional; the VM compiles without them.
  • When disabled, related builtins usually return empty strings/neutral values rather than fail hard, mirroring existing optionality patterns.