Replies: 3 comments
-
C3 -> AST -> LLVM IR -> native code. C3 can compile to WASM, but the only thing I've verified is compiling for WASM-4 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks. |
Beta Was this translation helpful? Give feedback.
0 replies
-
It should be possible yes. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Could you explain the path how the C3 compiler works?
C3 -> C -> native code ?
C3 -> IR -> (LLVM) -> native code?
What about wasm compilation? (Future)
Beta Was this translation helpful? Give feedback.
All reactions