The SDK is for developers who are writing applications that use Native Client. If you are a browser implementor and are interested in the underlying details of Native Client, check out the open source Native Client project. This project will be useful to you if, for example, you're writing a compiler, are interested in porting Native Client to a new browser, or are researching the security mechanisms provided by Native Client.
Native Client is an open-source technology that allows you to build web applications that seamlessly execute native compiled code inside the browser.
Here are some of the things Native Client offers web developers:
The Native Client SDK provides a set of APIs, documentation, and examples to show you how to write a Native Client module in C or C++, and how to use the APIs to enable the module to communicate with JavaScript and to access browser resources. The SDK also includes a GNU-based toolchain with customized GCC compilers, SCons build configuration files, and other tools and scripts to help you generate code that runs in the Native Client sandbox.