Y
Hacker News
new
|
ask
|
show
|
jobs
by
maxiepoo
1162 days ago
This would allow you to do things like compile other assembly languages to webassembly.
1 comments
CyberDildonics
1162 days ago
What are you basing that on? If that were true then binaries for different CPU ISAs would also be able to be statically compiled to each other.
link
maxiepoo
1153 days ago
Even emscripten, which compiles LLVM to WASM has to use a relooper algorithm to get around the lack of jumps.
link