--
You received this message because you are subscribed to the Google Groups "Native-Client-Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to native-client-di...@googlegroups.com.
To post to this group, send email to native-cli...@googlegroups.com.
Visit this group at https://groups.google.com/group/native-client-discuss.
For more options, visit https://groups.google.com/d/optout.
Depreciated doesn't mean removed. I still test on Linux, Windows,
and Macs.
I also have another question. I read that NaCl for all platforms aside from Chrome OS has been deprecated. I'm using Windows 10. Does this mean I can't use NaCl?
Maybe someone else will, but I'm not going to tell you how to
tweak it. What I would say, is start by understanding the examples
and demos and then work on getting your stuff to work.
As for the URL. What I do is I have my NaCl process run a server
on localhost and a random port. It then communicates the port back
through stdout. I then use http://127.0.0.1:PORT/ as the url to be
opened on the webview.