I played around with Ur/Web on ARM a while back see the following post and followups:
http://www.impredicative.com/pipermail/ur/2014-May/001659.html More recently, I also got a small app running on a scaleway.com server, and I don't remember having to do anything special. One thing to be aware of is that MLton tends to be rather memory-hungry (though this may or may not be the issue you're running into). A while back, I tried to build Ur/Web on a VPS with 128 MB of RAM, and I think I ended up generating C files on my (larger) desktop, copying them over, and then manually compiling them with gcc (using the command that Mlton used at the end.) Ur/web (both the compiler and final application) ran just fine with limited memory, though, at least for my demo app. On Wed, Oct 21, 2015 at 11:56:09PM -0500, Jason Pepas wrote: > Hi, > > I'm trying to get Ur/Web to run on a small ARM Linux box (a Pogoplug). > > I'm running into problem with mlton-compile: > > unhandled exception: SysErr > MLton bug: unhandled exception in Basis Library > Please send a bug report to [email protected]. > > which I'm currently working my through via email with the MLton developers. > > While that's going on, I thought I'd jump onto this list and see if anyone > else has explored using Ur/Web on alternative architectures, and what > issues they ran into. > > Thanks, > Jason > _______________________________________________ > Ur mailing list > [email protected] > http://www.impredicative.com/cgi-bin/mailman/listinfo/ur _______________________________________________ Ur mailing list [email protected] http://www.impredicative.com/cgi-bin/mailman/listinfo/ur
