1
0
Fork 0
forked from fun/fun
fun/docs/external
2026-02-19 23:41:34 +01:00
..
curl.md Added LibreSSL as an alternative to OpenSSL. Needs more testing! (0.38.16) 2026-02-19 23:33:00 +01:00
ini.md Added LibreSSL as an alternative to OpenSSL. Needs more testing! (0.38.16) 2026-02-19 23:33:00 +01:00
json.md Added LibreSSL as an alternative to OpenSSL. Needs more testing! (0.38.16) 2026-02-19 23:33:00 +01:00
libressl.md Some unicode fixes in docs/. No code changes. (0.38.16) 2026-02-19 23:41:34 +01:00
libsql.md Added LibreSSL as an alternative to OpenSSL. Needs more testing! (0.38.16) 2026-02-19 23:33:00 +01:00
notcurses.md Added LibreSSL as an alternative to OpenSSL. Needs more testing! (0.38.16) 2026-02-19 23:33:00 +01:00
openssl.md Some unicode fixes in docs/. No code changes. (0.38.16) 2026-02-19 23:41:34 +01:00
pcre2.md Added LibreSSL as an alternative to OpenSSL. Needs more testing! (0.38.16) 2026-02-19 23:33:00 +01:00
pcsc.md Added LibreSSL as an alternative to OpenSSL. Needs more testing! (0.38.16) 2026-02-19 23:33:00 +01:00
README.md Some unicode fixes in docs/. No code changes. (0.38.16) 2026-02-19 23:41:34 +01:00
sqlite.md Added LibreSSL as an alternative to OpenSSL. Needs more testing! (0.38.16) 2026-02-19 23:33:00 +01:00
tcltk.md Added LibreSSL as an alternative to OpenSSL. Needs more testing! (0.38.16) 2026-02-19 23:33:00 +01:00
xml2.md Added LibreSSL as an alternative to OpenSSL. Needs more testing! (0.38.16) 2026-02-19 23:33:00 +01:00

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.