1
0
Fork 0
forked from fun/fun
fun/docs/external/README.md

963 B
Raw Blame History

External integrations (optional extensions)

This section documents Funs optional, buildtime 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.