|
|
|
|
|
by jfkebwjsbx
2173 days ago
|
|
No, that is if you want runtime support, etc. If you just want to run some computational code (which is the case for most of the Wasm use today), it will Just Work, as you say. In fact, that is how I sped up a webpage: I just wrote myself the minimal support needed to run the code that computed X, and that's it. I don't want the entire world or standard library for computational bits to work. |
|
This is just true of any architecture. LLVM is a toolkit, it isn't magic.