Forum Discussion
crushor
5 years agoReel Rookie
Unfortunately,it seems that the C++ code in demo doesn't execute really . The output is from test.min.x.brs which are blurred, so I can't find out what the magic is .
I want to transplant some library written in C++ to Roku , so it is very important for me to confirm that whether C++ code can run on Roku or not.
MotleyCoder
5 years agoReel Rookie
If you'd like to see the magic, visit https://github.com/MotleyCoderDev/wasm2brs
For an article on how it works: https://motley-coder.com/2020/12/20/webassembly-on-roku/
Let me know if you have any questions, happy to help :)
- crushor5 years agoReel Rookie
Thanks . It works and it's a solution with genius imagination.
let me see what I can do with it .