google chrome - How to use the Nacl module compiled by linux Toolchain in Html -


i run "make toolchain=linux" messaging example located under examples/api directory.other toolchains pnacl,newlib,glibc working properly.for linux toolchain generates .so file,nmf not automatically generated,so created using create_nmf command.when change html linux toolchain like

    <body data-name='messaging' data-tools='linux' data-configs='release' data-path='{tc}/{config}> 

error "this plugin not supported".i dont know whether possible in way.whether can access .so nexe/pexe.i supposed use linux toolchain because using "alsa/asoundlib.h" available in linux , chrome os platform.finaly tell how access .so file in html.

you can run messaging sample linux (native) toolchain invoking: toolchain=linux make run

please note, native toolchain support provided debugging aid. shipping applications need built nacl or pnacl toolchain. when run described above, browser launched command-line options allow .so loaded trusted ppapi plugin.


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -