I'm planning to write a C compiler that runs on WASM. To write the compiler, I could give the output as executable, but it won't be cross platform. So i'd need to output to a WASM/Javascript files. Is there a way to achieve this, or should I write my own assembler? I use rust to write WASM modules

0

There are 0 best solutions below