How can i enable native client in Chrome?
I want to enable native client support i开发者_Python百科n chrome.
I went to about:flags and enabled it but it is still not working.Run the following from the command-line
chrome.exe --enable-nacl
Refer to this
The page about:flags or better chrome://flags should works.
Search enable-nacl and click on the enable link Go at the end of this page and don't forget to click on relaunch now
But don't activate enable-nacl-debug until you know how to launch the debugger. In this case your nacl module will wait debugger forever.
On Linux, Open terminal and type this command. Then click enter to execute the command.
google-chrome --enable-nacl
精彩评论