Is there a way to compile to WASM target from WASM/Javascript? i want the result to be downloadable and loadable via WebAssembly JS object

99 views Asked by At

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 answers