Hacker News new | ask | show | jobs
by john_scotland 493 days ago
I think it would be nice if there was documentation to explain how this works. Does it mean I can compile Java Bytecode to WASM?
1 comments

The doc is being written. Until it is ready, I think it might be helpful to build a testcase such as xgen/test/compile/void.c, and debug the xocc.exe to see how it generate IR and lowest IR (wasm) from C-language AST tree.