Skip to content

Commit

Permalink
Updated Architecture Overview (markdown)
Browse files Browse the repository at this point in the history
  • Loading branch information
liminzhu committed May 3, 2017
1 parent eced57e commit f75dcd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Architecture-Overview.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### ChakraCore Componentization
ChakraCore is a fully capable JavaScript virtual machine that has the exact same set of capabilities and characteristics that are supported by Chakra, with two key differences. First, it does not expose Chakra’s private bindings to the browser or the Universal Windows Platform, both of which constrain it to a very specific use case scenario. Second, instead of exposing the COM based diagnostic APIs that are currently available in Chakra, ChakraCore supports a new set of JSON based diagnostic APIs, which are platform agnostic and could be standardized or made interoperable across different implementations in the long run.
ChakraCore is a fully capable JavaScript virtual machine that has the exact same set of capabilities and characteristics that are supported by Chakra, with two key differences. First, it does not expose Chakra’s private bindings to the browser or the Universal Windows Platform, both of which constrain it to a very specific use case scenario. Second, instead of exposing the COM based diagnostic APIs that are currently available in Chakra, ChakraCore supports a new set of JSON based diagnostic APIs, which are platform agnostic and could be standardized or made interoperable across different implementations.

<p align="center">
[[/images/chakracore_componentization.png]]
Expand Down

0 comments on commit f75dcd3

Please sign in to comment.