Is it possible to develop a Samsung Smart TV Native application using a lower level API than PNaCL, which I suspect is just JavaScript via pepper.js?
Samsung does not provide much information on how they implement their NaCL "native" development. PNaCL is the only somewhat documented method, but I came across this "SEF plugin" that supposedly connects JS to "low-level C++ modules" according to the documentation, without much explanation.
There may not be an SEF development platform. Just making sure I haven't misunderstood anything.