简体   繁体   中英

Do users of my web application need to manually enable native-client on their browser

I'm building a web application and i want to use c++ code on my client side. Most answers i've gone through suggest using native client.

What i want to know is, will the people using the web app need to go and enable native client manually in their browser, or is it done automatically.

If it has to be done manually, is there a better way to use c++ code in the browser without having the user to carry out extra steps?

Native Client is deprecated , and should not be used for new projects. WebAssembly is what you should use, as it works on all modern browsers. Emscripten is the easiest way to build C++ code to WebAssembly and integrate it into your web app.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM