There is an idea to implement a wasm to x86 backend. We have to benchmark ASR->x86 and ASR->WASM->x86. If the performance difference is not much, then the big advantage of WASM->x86 would (hopefully) be that it would be a easier and quicker for us to deliver a working backend.
- We can start with 32bit, since it is already figured out, unless it is more complicated,then we can just do 64 bit.
*Notes:
There is an idea to implement a
wasmtox86backend. We have to benchmarkASR->x86andASR->WASM->x86. If the performance difference is not much, then the big advantage ofWASM->x86would (hopefully) be that it would be a easier and quicker for us to deliver a working backend.*Notes: