Embedding Overview
FScript is designed for host applications that embed a scripting language safely.
Embedding workflow
- Reference language/runtime packages.
- Build a host context.
- Register extern functions your scripts can call.
- Load scripts (with include resolution if needed).
- Resolve exported function signatures.
- Execute exported functions and handle results/errors.