Conversation
Notices
-
@m0xEE @newt @diresock
> I'm not sure how they go about WAsm though
If they can compile to C and LLVM can turn C into WASM, that's the answer.
- † top dog :pedomustdie: likes this.
-
@p @m0xEE @diresock @newt >I love my new lang thats so cool
> What do you mean its just complied into c code
:alex_lol:
-
@newt @diresock @p
Doesn't Nim toolchain just convert Nim source into C source and then compiles it with a general-purpose C-compiler (utilizing its optimizations)? Basically making it a glorified preprocessor. I'm not sure how they go about WAsm though — but maybe the same way: by converting it to JS first :marseyshrug: