armhf-node-webkit icon indicating copy to clipboard operation
armhf-node-webkit copied to clipboard

Promises support

Open fczuardi opened this issue 10 years ago • 5 comments

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)

fczuardi avatar Feb 23 '15 17:02 fczuardi

Latest build is based on 0.7.1, which is pretty old. I might be making a new build in next week or two

toxygen avatar Feb 23 '15 19:02 toxygen

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 :)

fczuardi avatar Feb 24 '15 03:02 fczuardi

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.

toxygen avatar Feb 24 '15 07:02 toxygen

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.

fczuardi avatar Feb 24 '15 18:02 fczuardi

Yeah, cross-compiling is an option. But I prefer native compiling in the age of quad-core 2ghz arms :)

toxygen avatar Feb 27 '15 19:02 toxygen

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

toxygen avatar Oct 15 '22 21:10 toxygen