dcodeIO / webassembly

A minimal toolkit and runtime to produce and run WebAssembly modules.
Other
817 stars 32 forks source link

Binaries for ARM #16

Open kmamal opened 6 years ago

kmamal commented 6 years ago

Any chance to add support for ARM? I'm working on a Raspberry PI and this would really simplify my workflow.

dcodeIO commented 6 years ago

Currently, compilation of binaries is not automated, but Binaryen recently started to cross-compile and I assume LLVM has ARM binaries (somewhere) as well. We could try these.

kmamal commented 6 years ago

When I tried to use the prebuilt LLVM binaries I got errors from shared libraries. I ended up building LLVM and Binaryen from source on the Pi. This takes about 12 hours. I should be cross-compiling but I don't have a working linux system right now.

Want me to send you the binaries I built until you set up automated builds?