Stefan Koch
Stefan Koch
If you are going to do this, I advise using a lot of static asserts :)
Ah right .... you have your own concepts. ... Preaching to the choir I guess.
I just got emscripten-fastcomp compiled with emscripten-fastcomp. I'll commit a pull that updates to llvm3.4 soon :)
The ir2js component is too old
Ahm we would have to compile fastcomp to js. and use that. It's super huge though...
note: it is possible to comiple emscripten-fastcomp with emscripten fastcomp. But I guess we'd have to clean the result up pretty good. to run it in a browser reasonably.
that should be easier... let me see if I can get llc to run on node.js I remember that I got it to work with minor changes
okay. I'll send you a mail with my patches if I can find them
Sure. I want to work on "selfhosting" emscripten again
`core.reflect` should actually help with this.