xgo/docs/interoperability.md

27 lines
378 B
Markdown
Raw Normal View History

# Interoperability
There are couple different ways of embedding and executing the Tengo code in Go codebase.
## Table of Contents
- [Scripts](#scripts)
- [Compiler and VM](#compiler-and-vm)
- [Sandbox Environments](#sandbox-environments)
- [Type Conversion](#type-conversion)
## Scripts
...
## Compiler and VM
...
## Sandbox Environments
...
## Type Conversion
...