So that WebAssembly doesn't influence my language design, and so that I can more rapidly prototype, I'm implementing a backend that generates C code, then invokes a C compiler to generate the final binary. Currently the backend can generate if statements.
So that WebAssembly doesn't influence my language design, and so that I can more rapidly prototype, I'm implementing a backend that generates C code, then invokes a C compiler to generate the final binary. Currently the backend can generate if statements.