Closed
Description
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:
- This was first discussed at Add wasm to wat backend certik/test_wasm#4 (comment) (last line) and Add wasm to wat backend certik/test_wasm#4 (comment) (last paragraph).