Skip to content

Some examples of PNacl to run the Native Client module directly from a web page.

Notifications You must be signed in to change notification settings

lpdevs/PNaCl-examples

Repository files navigation

PNaCl examples

  • Some examples of PNacl to run the Native Client module directly from a web page.
  • These examples is for Windows.

Setting enviroment

  • Download Python 2.7 and then set up the PATH environment variable for it.

  • Download NaCl SDK, then unzip the file.

  • Installing the stable bundle:

    • To see the SDK bundles that are available for download:

      cd nacl_sdk
      naclsdk list
      
    • Run naclsdk with the update command to download recommended bundles, including the current “stable” bundle:

      naclsdk update
      

      To download the specific bundle (such as: pepper_49,...) you must ask for it explicitly:

      naclsdk update pepper_49
      
  • References

Tutorials

About

Some examples of PNacl to run the Native Client module directly from a web page.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published