From f75dcd32a49ddd13f17b8da0a8b2b8a7f407d45f Mon Sep 17 00:00:00 2001 From: Limin Zhu Date: Tue, 2 May 2017 18:10:38 -0700 Subject: [PATCH] Updated Architecture Overview (markdown) --- Architecture-Overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Architecture-Overview.md b/Architecture-Overview.md index b2c0bf3..dd7695a 100644 --- a/Architecture-Overview.md +++ b/Architecture-Overview.md @@ -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.

[[/images/chakracore_componentization.png]]