|
|
|
|
|
by halb
613 days ago
|
|
Absolutely! You can even run clang in wasm targeting x86_64, and then emulate the resulting program using the blink x86_64 emulator. I'm working on something similar, where students can compile intel assembly and run it client-side: https://github.com/robalb/x86-64-playground |
|