|
|
|
|
|
by steveklabnik
2904 days ago
|
|
Generally, WAT is produced from the binary format. Compilers don't go through WAT; they produce the binary output directly. The translation between WAT and the binary format is lossless, so there's no advantage of producing WAT as an intermediate step. |
|