|
|
|
|
|
by krapp
3112 days ago
|
|
WASM is bytecode and a spec - writing it by hand would make as much sense as writing an executable binary in assembly. You could do it that way, but it kind of defeats the point, and writing anything nontrivial becomes impractical. Write something in a language that targets WASM and compile to it - it's an easier way of accomplishing the same end result, and that's what it's for. |
|