Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 410 Bytes

File metadata and controls

9 lines (6 loc) · 410 Bytes

Basic Context

Jerryscript provides the optional External context feature to allow applications to provide an external buffer or isolated engine contexts. The heap size is configured at runtime and enables loading of multiple javascript applications.

This sample demonstrates how to use the Jerryscript :cpp:class:`JS::Context` class to implement containerised applications.