codehag / spidermonkey-embedding-examples

Documentation and examples for embedding the SpiderMonkey JavaScript / WebAssembly engine in their applications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SpiderMonkey Embedding Resources

This repository contains documentation and examples for people who want to embed the SpiderMonkey JavaScript engine.

The information on this esr78 branch applies to SpiderMonkey 78.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.

About

Documentation and examples for embedding the SpiderMonkey JavaScript / WebAssembly engine in their applications.

License:Other


Languages

Language:C++ 60.1%Language:Shell 21.0%Language:Python 16.2%Language:Meson 2.7%