Presentation on Google Native Client for B4M36BSY class taught at FEE CTU.
Sources:
- Native Client homepage
- Chromium Security Architecture
- Native Client: A Sandbox for Portable, Untrusted x86 Native Code
Instructions for running demo:
- Download SDK for Native Client
- Install the stable bundle. Tutorial is here
- Update bundles. Tutorial is here
- Copy the content of the demo folder to get_started folder in SDK.
- Go to nacl_sdk/pepper_$(VERSION)/getting_started
- Start server using the command: make serve
- Start google chrome and go to this page: http://localhost:5103
- If part1 or part2 does not work, you have to compile the content of the non-functional folder by using "make clean" and then "make"