GitHub - mozilla-spidermonkey/spidermonkey-embedding-examples: Documentation and examples for embedding the SpiderMonkey JavaScript / WebAssembly engine in their applications. (original) (raw)
SpiderMonkey Embedding Resources
This repository contains documentation and examples for people who want to embed the SpiderMonkey JavaScript engine.
The information on this esr102 branch applies to SpiderMonkey 102.x, an Extended Support Release (ESR). For other versions of SpiderMonkey, check the other branches: next for information that will apply in the next as-yet-unreleased ESR, or earlier esr branches for previous versions.
Docs
Check the docs/ directory for howtos and documentation, such as:
Examples
The examples/ directory contains code examples. See the README in that directory for build instructions.