Promises support
What version of webkit is this using? It looks like it might be an old one that doesn't support Promises, when I try to run a node-webkit based app that uses it this is the error I get:
Error undefined is not a function [21053:0223/144934:INFO:CONSOLE(101)] "Uncaught ReferenceError: Promise is not defined", source: app://./js/boot.js (101)
Latest build is based on 0.7.1, which is pretty old. I might be making a new build in next week or two
cool! what do you use to make a build? is it a process that could somehow be automated eventually?
Thanks for making the builds available, it was really helpful :)
I use odroid-x2. Unfortunately, the process can't be automated because I need to make different changes with each new version to make it compile.
What about cross-compiling? Is it even an option? Being able to open up a cloud machine (digital ocean, amazon ec2, linode, etc) for a couple of hours with a nice config and get the binary generated would be great, and faster and cheap.
Yeah, cross-compiling is an option. But I prefer native compiling in the age of quad-core 2ghz arms :)
I will be looking into compiling nwjs on arm in following weeks. As of now, there are some builds available here: https://github.com/LeonardLaszlo/nw.js-armv7-binaries