Skip to content
This repository has been archived by the owner on Jul 20, 2020. It is now read-only.

Latest commit

 

History

History

runtime

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Manticore Native Runtimes

Manticore's native runtime libraries handle the boilerplate code required to move data into and out of a JavaScript engine.

Additionally, they provide polyfill -- ensuring that the "standard" functions one would expect in a JavaScript engine are actually present. The necessary functionality is built on the native side, then exposed to the JavaScript side by a set of polyfill files.

Available Runtimes

  • C# - Windows and Windows Mobile (Jint and ClearScript engines)
  • Java - Android
  • Objective-C - iOS and MacOS