Packages

Boa-powered JavaScript runtimes for Elixir with BEAM dispatch hooks.

Current section

Files

Jump to
boam doc llms.txt
Raw

doc/llms.txt

# boam v0.1.3 - Table of Contents
Boa-powered JavaScript runtimes for Elixir with BEAM dispatch hooks.
## Pages
- [Boam](readme.md)
## Modules
- Getting Started
- [Boam](Boam.md): High-level entrypoint for running JavaScript through Boa from Elixir.
- Runtime
- [Boam.Dispatcher](Boam.Dispatcher.md): Dispatch process for `beam.call(...)` requests originating in JavaScript.
- [Boam.JS](Boam.JS.md): Helpers for generating JavaScript shim code around the `beam.call(...)` bridge.
- [Boam.Runtime](Boam.Runtime.md): `GenServer` wrapper around a single Boa runtime.