← Back to team overview

leaningtech-dev team mailing list archive

Re: [Bug 1399977] Re: cheerp.js support

 

Ok, thank you. Yes, to describe my problem in a single sentence, what
I'm looking for is a C/C++ compiler written in Javascript that can
generate Linux .so files, that's just enough. An alternative is to use
LLVM.js that's LLVM compiled itself using Emscripten, but it's
abandoned :-(

2015-11-08 12:48 GMT+01:00 Alessandro Pignotti <1399977@xxxxxxxxxxxxxxxxxx>:
> I made a mistake in categorizing this as invalid. Sorry about that. I
> think that what you are looking for is a Cheerp build that runs in
> JavaScript, which is not something we plan to do in the short term. I've
> updated the bug description accordingly and set the category of the bug
> to wishlist.
>
> ** Summary changed:
>
> - Node.js support
> + cheerp.js support
>
> ** Changed in: cheerp
>        Status: Invalid => Opinion
>
> ** Changed in: cheerp
>    Importance: Undecided => Wishlist
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1399977
>
> Title:
>   cheerp.js support
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/cheerp/+bug/1399977/+subscriptions


-- 
"Si quieres viajar alrededor del mundo y ser invitado a hablar en un
monton de sitios diferentes, simplemente escribe un sistema operativo
Unix."
– Linus Tordvals, creador del sistema operativo Linux

-- 
You received this bug notification because you are a member of
Leaningtech Team, which is subscribed to Cheerp.
https://bugs.launchpad.net/bugs/1399977

Title:
  cheerp.js support

Status in Cheerp:
  Opinion

Bug description:
  I would like that cheerp could be used as a C/C++ compiler running on
  top of Node.js, so it could be used on NodeOS to compile native
  modules. This has some implications:

  * cheerp itself compiled to Javascript
  * command line Node.js executable
  * C support
  * generate native code (not only Javascript)
  * detect when to generate native code. Node.js modules can be crafted for performance issues, but another usage is to access to low level libraries or system resources like syscalls. This last ones need native code to be generated with no other alternative

  Disclaimer: I'm the lead developer of NodeOS ;-)

To manage notifications about this bug go to:
https://bugs.launchpad.net/cheerp/+bug/1399977/+subscriptions


References