Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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.