Compilation of Pike with Emscripten ?
Olivier Auverlot <[email protected]>
| Newsgroups | gmane.comp.lang.pike.user |
|---|---|
| Message-ID | <[email protected]> |
Hi, I'm continuing my way in the compilation's world of Pike. My question will be strange but someone has already think to compile Pike with Emscripten ? I have a Chromebook under Chrome OS and I'm interested to use Pike on this system. Basically, Chrome OS is a Linux kernel with a web technologies stack. An application is writing with HTML, CSS and Javascript. With Emscripten, it's possible to compile a C code and to translate it into javascript. Do you think that's is possible with Pike ? The main problem is the nature of the executed code. Chromebook are using differents architectures (Intel and ARM) and it's needed to use an interpreter of byte codes. Pike uses bytecode or native code ? http://kripken.github.io/emscripten-site/index.html http://www.google.com/intl/en_en/chrome/devices Best regards Olivier ;-)